luxlabs header browser preview


@class NSArray, NSMutableDictionary;

@interface POXSDefinition : NSObject <NSCopying> {
    NSMutableDictionary *_types;
}

@property (readonly, copy, nonatomic) NSArray *types;

- (id)init;
- (void).cxx_destruct;
- (id)propertyForName:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (Class)typeForName:(id)a0;
- (id)isSpecifiedKeyForAttributeName:(id)a0;
- (BOOL)flattenMultiValueElementWithName:(id)a0;
- (id)isSpecifiedKeyForElementName:(id)a0;
- (unsigned long long)maxCountForElementName:(id)a0;
- (id)namespaceForAttributeName:(id)a0;
- (void)setType:(Class)a0 forName:(id)a1;

@end