We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd5439 commit 93fd1edCopy full SHA for 93fd1ed
CalendarManager/CalendarEvent.h
@@ -21,7 +21,7 @@
21
@property (nonatomic, assign) NSTimeInterval lastModifiedTime;
22
@property (nonatomic, assign) NSTimeInterval creationTime;
23
@property (nonatomic, strong) NSString* method;
24
-@property (nonatomic, strong) NSInteger userAction;
+@property (nonatomic, assign) NSInteger userAction;
25
@property (nonatomic, strong) NSString* icalString;
26
27
@end
CalendarManager/CalendarEventParserConstants.h
@@ -6,9 +6,6 @@
6
// Copyright © 2016 rajeevprasanna. All rights reserved.
7
//
8
9
-#import <Foundation/Foundation.h>
10
-
11
12
#define CALENDAR_EVENT_STATUS_NONE 0
13
#define CALENDAR_EVENT_STATUS_CONFIRMED 1
14
#define CALENDAR_EVENT_STATUS_TENTATIVE 2
0 commit comments