#define kShowLoginActionNotification @"kShowLoginActionNotification"
{
[super viewDidLoad];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showLoginPage:) name:kShowLoginActionNotification object:nil];
}
[[NSNotificationCenter defaultCenter] removeObserver:self name:kShowLoginActionNotification object:nil];
}
{
//실재 기능 구현
}
댓글 없음:
댓글 쓰기