Skip to content

Commit

Permalink
Merge pull request tidev#4168 from srahim/timob-13583-3_1_X
Browse files Browse the repository at this point in the history
[TIMOB-13583] Including ekentityType for pre iOS 6
  • Loading branch information
srahim committed Apr 16, 2013
2 parents 40d2055 + b3d63bd commit 57634ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions iphone/Classes/CalendarModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
#define EKAuthorizationStatusRestricted 1
#define EKAuthorizationStatusDenied 2
#define EKAuthorizationStatusAuthorized 3

enum {
EKEntityTypeEvent,
EKEntityTypeReminder
};
typedef NSUInteger EKEntityType;

#endif

@implementation CalendarModule
Expand Down

0 comments on commit 57634ef

Please sign in to comment.