Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. --- ODCalendarDayEventViewOrig.h 2010-11-01 09:58:18.000000000 -0200
  2. +++ ODCalendarDayEventView.h 2010-11-03 13:45:29.000000000 -0200
  3. @@ -39,6 +39,9 @@
  4. NSDate *_endDate;
  5. NSString *_title;
  6. NSString *_location;
  7. + UIColor *balloonColorTop;
  8. + UIColor *balloonColorBottom;
  9. + UIColor *textColor;
  10. }
  11.  
  12. @property (nonatomic, copy) NSNumber *id;
  13. @@ -46,6 +49,9 @@
  14. @property (nonatomic, copy) NSDate *endDate;
  15. @property (nonatomic, copy) NSString *title;
  16. @property (nonatomic, copy) NSString *location;
  17. +@property (nonatomic, retain) UIColor *balloonColorTop;
  18. +@property (nonatomic, retain) UIColor *balloonColorBottom;
  19. +@property (nonatomic, copy) UIColor *textColor;
  20.  
  21. - (void)setupCustomInitialisation;
Add Comment
Please, Sign In to add comment