RFSCustomization
Objective-C
@interface RFSCustomization : NSObject
@property(nonatomic, strong, nullable) RFSUIConfiguration *configuration;
@property(nonatomic, weak, nullable) id<RFSCustomizationActionDelegate> actionDelegate;
@property(nonatomic, strong, nullable) NSDictionary *customUILayerJSON;
@end
Swift
class RFSCustomization : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RFSUIConfiguration *configuration
Swift
var configuration: RFSUIConfiguration? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, weak, nullable) id<RFSCustomizationActionDelegate> actionDelegate
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) NSDictionary *customUILayerJSON
Swift
var customUILayerJSON: [AnyHashable : Any]? { get set }