简单的自定义代码块使用方法。 typedef void (^myBlock)(NSInteger i); @property (copy, nonatomic) void (^anothBlock)(NSString *); void (^printBlock)(NSString *str);