Skip to content

Commit 93fd1ed

Browse files
bug fix
1 parent 3dd5439 commit 93fd1ed

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CalendarManager/CalendarEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@property (nonatomic, assign) NSTimeInterval lastModifiedTime;
2222
@property (nonatomic, assign) NSTimeInterval creationTime;
2323
@property (nonatomic, strong) NSString* method;
24-
@property (nonatomic, strong) NSInteger userAction;
24+
@property (nonatomic, assign) NSInteger userAction;
2525
@property (nonatomic, strong) NSString* icalString;
2626

2727
@end

CalendarManager/CalendarEventParserConstants.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// Copyright © 2016 rajeevprasanna. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
10-
11-
129
#define CALENDAR_EVENT_STATUS_NONE 0
1310
#define CALENDAR_EVENT_STATUS_CONFIRMED 1
1411
#define CALENDAR_EVENT_STATUS_TENTATIVE 2

0 commit comments

Comments
 (0)