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
??
?
?
?
发布时间: 2013-12-13 00:50:19 作者: rapoo
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
??
?
?
?