Setter와 Getter

카테고리 없음 2011. 10. 8. 00:04 Posted by js™

@interface - *.h
UIWindow *window;
@property (nonatomic, retain) IBOutlet UIWindow *window;

@implement - *.m
@synthesize window;