@@ -49,20 +49,20 @@ NS_ASSUME_NONNULL_END
49
49
// / Flag for Bot Filtering
50
50
@property (nonatomic , strong , nonnull ) NSNumber <OPTLYOptional> *botFiltering;
51
51
// / List of Optimizely Experiment objects
52
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYExperiment> *experiments;
52
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYExperiment*><OPTLYExperiment > *experiments;
53
53
// / List of Optimizely Event Type objects
54
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYEvent> *events;
54
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYEvent *><OPTLYEvent > *events;
55
55
// / List of audience ids
56
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYAudience> *audiences;
56
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYAudience *><OPTLYAudience > *audiences;
57
57
// / List of attributes objects
58
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYAttribute> *attributes;
58
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYAttribute*><OPTLYAttribute > *attributes;
59
59
// / List of group objects
60
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYGroup> *groups;
60
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYGroup*><OPTLYGroup > *groups;
61
61
// / List of live variable objects (DEPRECATED)
62
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYVariable, OPTLYOptional> *variables;
62
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYVariable *><OPTLYVariable , OPTLYOptional> *variables;
63
63
64
64
// / a comprehensive list of experiments that includes experiments being whitelisted (in Groups)
65
- @property (nonatomic , strong , nullable ) NSArray <OPTLYExperiment, Ignore > *allExperiments;
65
+ @property (nonatomic , strong , nullable ) NSArray <OPTLYExperiment*><OPTLYExperiment, OPTLYOptional > *allExperiments;
66
66
@property (nonatomic , strong , nullable ) id <OPTLYLogger, Ignore> logger;
67
67
@property (nonatomic , strong , nullable ) id <OPTLYErrorHandler, Ignore> errorHandler;
68
68
@property (nonatomic , strong , readonly , nullable ) id <OPTLYUserProfileService, Ignore> userProfileService;
@@ -72,9 +72,9 @@ NS_ASSUME_NONNULL_END
72
72
// / Returns the client version number
73
73
@property (nonatomic , strong , readonly , nonnull ) NSString <Ignore> *clientVersion;
74
74
// / List of Optimizely Feature Flags objects
75
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYFeatureFlag, OPTLYOptional> *featureFlags;
75
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYFeatureFlag*><OPTLYFeatureFlag , OPTLYOptional> *featureFlags;
76
76
// / List of Optimizely Rollouts objects
77
- @property (nonatomic , strong , nonnull ) NSArray <OPTLYRollout, OPTLYOptional> *rollouts;
77
+ @property (nonatomic , strong , nonnull ) NSArray <OPTLYRollout*><OPTLYRollout , OPTLYOptional> *rollouts;
78
78
79
79
/* *
80
80
* Initialize the Project Config from a builder block.
0 commit comments