Guest User

Untitled

a guest
Sep 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. @property (retain) NSString* caption;
  3. @property (retain) NSString* photographer;
  4.  
  5. @end
  6.  
  7.  
  8.  
  9.  
  10. @implementation Photo
  11.  
  12. @synthesize caption;
  13. @synthesize photographer;
  14.  
  15. - (id) init {
Add Comment
Please, Sign In to add comment