EAEProfileCommand
Objective-C
@interface EAEProfileCommand : NSObject
@property (strong, nonatomic) NSArray *argsP;
@property (strong, nonatomic) NSString *name;
@end
Swift
class EAEProfileCommand : NSObject
Undocumented