Categories

The following categories are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @interface NSObject (LeanCloudObjcSDK)
    
    + (BOOL)_lc_isTypeOf:(id)instance;
    + (instancetype _Nullable)_lc_decoding:(NSDictionary *)dictionary key:(NSString *)key;
    
    @end