Skip to content

Commit

Permalink
Merge pull request #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

1 comment on commit 57634ef

@balltino
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TableViewRow The properties className is an error on android
when add imageView more then one in children view
when not use properties className is working

Please sign in to comment.