@property (nonatomic, copy) void(^doTransferMsg)(NSString *_msg)?


不是很明白

   
  @property (nonatomic, copy) void(^doTransferMsg)(NSString *_msg)
 

这种声明属性方式。只知道void(^doTransferMsg)这是使用block方式声明方法。

objective-c cocoa

cotton 11 years, 6 months ago

没什么区别,他的属性名称是“doTransferMsg”;
和普通属性一样。

鲸鱼的肚子 answered 11 years, 6 months ago

Your Answer