暗香

Results 2 issues of 暗香

typedef struct { long _unknown; // This is always 1 id target; SEL selector; NSDictionary *userInfo; } _FBNSCFTimerInfoStruct; 这个定义是怎么发现的?

__block variables have been capture by the block,but 'dispose_helper' error , Demo: __weak CDItem *item = [CDItem new]; __block NSInteger index = 10; void (^callblock)(NSString *name) = ^(NSString *name){ item.name...