EAEProfile

Objective-C

@interface EAEProfile : NSObject
@property (strong, nonatomic) EAEProfileMeta* meta;
@property (strong, nonatomic) EAEProfileSetting* settings;
@property (strong, nonatomic) NSArray* audio_options;
@property (strong, nonatomic) EAEProfileAssets* assets;
@property (strong, nonatomic) EAEProfileInfrastructure* infrastructure;
@property (strong, nonatomic) NSArray* automations;
@end

Swift

class EAEProfile : NSObject

Undocumented