Skip to content

Instantly share code, notes, and snippets.

View tarbayev's full-sized avatar

Nickolay Tarbayev tarbayev

  • FlixMobility Tech GmbH
  • Berlin, Germany
View GitHub Profile
@interface NSObject (MFB_KVCVisitorBlock)
@property (nonatomic, weak) void (^mfb_visitBlock)(id);
@end
@implementation NSObject (MFB_KVCVisitorBlock)
- (void (^)(id))mfb_visitBlock
{
return nil;