5 0.OC16-Block
//
//? Button.m
//? OC10-内存管理2-set方法的内存管理
//? Created by qwz on 13-12-10.
//? Copyright (c) 2013年 renhe. All rights reserved.
?
#import "Button.h"
@implementation Button
- (void)click{
? ? _block(self);
}
@end