FWRequestAccessory
@interface FWRequestAccessory : NSObject <FWRequestAccessory>
@property (nonatomic, copy, nullable) void (^willStartBlock)(id);
@property (nonatomic, copy, nullable) void (^willStopBlock)(id);
@property (nonatomic, copy, nullable) void (^didStopBlock)(id);
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^willStartBlock
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^willStopBlock
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^didStopBlock