EAEProfileKey
Objective-C
@interface EAEProfileKey : NSObject
@property (strong, nonatomic) NSString *secretKey;
@end
Swift
class EAEProfileKey : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) NSString *secretKey
Swift
var secretKey: String! { get set }