MBILogger

@interface MBILogger : NSObject

@property (nonatomic) id<MBILoggerDelegate> delegate;

+ (instancetype)sharedInstance NS_SWIFT_NAME(shared());

- (void)disableMicroblinkLogging;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) id<MBILoggerDelegate> delegate

    Swift

    var delegate: MBILoggerDelegate! { get set }
  • Undocumented

    Declaration

    Objective-C

    + (instancetype)sharedInstance NS_SWIFT_NAME(shared());

    Swift

    class func shared() -> Self!
  • Undocumented

    Declaration

    Objective-C

    - (void)disableMicroblinkLogging;

    Swift

    func disableMicroblinkLogging()