EAEProfileServers

Objective-C

@interface EAEProfileServers : NSObject
@property (retain, nonatomic) NSArray* servers;

@end

Swift

class EAEProfileServers : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (retain, nonatomic) NSArray* servers

    Swift

    var servers: [Any]! { get set }