File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
OptimizelySDKCore/OptimizelySDKCore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
#import " OPTLYEventDispatcher.h"
20
20
#import " OPTLYErrorHandler.h"
21
21
22
+ static NSString * const kHTTPRequestMethodPost = @" POST" ;
23
+ static NSString * const kHTTPHeaderFieldContentType = @" Content-Type" ;
24
+ static NSString * const kHTTPHeaderFieldValueApplicationJSON = @" application/json" ;
25
+
22
26
@implementation OPTLYEventDispatcherUtility
23
27
24
28
+ (BOOL )conformsToOPTLYEventDispatcherProtocol : (Class )instanceClass
@@ -35,10 +39,6 @@ + (BOOL)conformsToOPTLYEventDispatcherProtocol:(Class)instanceClass
35
39
36
40
@end
37
41
38
- static NSString * const kHTTPRequestMethodPost = @" POST" ;
39
- static NSString * const kHTTPHeaderFieldContentType = @" Content-Type" ;
40
- static NSString * const kHTTPHeaderFieldValueApplicationJSON = @" application/json" ;
41
-
42
42
@implementation OPTLYEventDispatcherBasic
43
43
44
44
- (void )dispatchEvent : (NSDictionary *)params
You can’t perform that action at this time.
0 commit comments