Skip to content

Instantly share code, notes, and snippets.

View marcelojunior7's full-sized avatar

Marcelo Junior marcelojunior7

View GitHub Profile
@interface SomeViewController ()
@end
@implementation SomeViewController
- (void)viewDidLoad {
[super viewDidLoad];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(newCommunication:) name:@"newCommunication" object:nil];