Skip to content

Commit 8379513

Browse files
Introduce live variable class and getters (#35)
1 parent 5a6e707 commit 8379513

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

OptimizelySDKCore/OptimizelySDKCore/OPTLYProjectConfig.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#import "OPTLYUserProfile.h"
3030
#import "OPTLYVariable.h"
3131
#import "OPTLYUserProfile.h"
32+
#import "OPTLYVariable.h"
3233

3334
NSString * const kClientEngine = @"objective-c-sdk-core";
3435

OptimizelySDKCore/OptimizelySDKCore/Optimizely.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,4 @@ - (void)handleErrorLogsForActivateUser:(NSString *)userId
416416
[self.logger logMessage:logMessage withLevel:OptimizelyLogLevelError];
417417
}
418418
}
419-
420419
@end

0 commit comments

Comments
 (0)