Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - (id) init {
- self = [super init];
- if (!self) return nil;
- [[NSNotificationCenter defaultCenter] addObserver:self
- selector:@selector(receiveTestNotification:)
- name:@"StateChanged"
- object:nil];
- return self;
- }
Advertisement
Add Comment
Please, Sign In to add comment