Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2. //Protocol
  3. #import "notificationHandler.h"
  4. #import "MainDataContext.h"
  5. #import "ContactManager.h"
  6. #import "Contact.h"
  7.  
  8. @interface createdContactNotification : NSObject <notificationHandler>
  9. + (void) handleNotification: (NSNotification *) notification;
  10. + (Contact *) contactWithAddress: (NSString *) email;
  11. @end
  12.  
  13. ERROR:
  14. Expected ')' before 'Contact' in createdContactNotification.h
Add Comment
Please, Sign In to add comment