BatchLoggerDelegate
@protocol BatchLoggerDelegate <NSObject>
- (void)logWithMessage:(nonnull NSString*)message;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)logWithMessage:(nonnull NSString*)message;