luxlabs header browser preview


@class SAUIAppPunchOut;

@interface SAUSCardSection : SADomainObject

@property (retain, nonatomic) SAUIAppPunchOut *punchOut;

+ (id)cardSection;
+ (id)cardSectionWithDictionary:(id)a0 context:(id)a1;

- (id)groupIdentifier;
- (id)encodedClassName;

@end