Guest User

Untitled

a guest
Jan 20th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [[NSNotificationCenter defaultCenter] addObserver:self
  2. selector:@selector(filterready:)
  3. name:@"filterReady"
  4. object:nil];
  5.  
  6. [[NSNotificationCenter defaultCenter] removeObserver:self];
Add Comment
Please, Sign In to add comment