luxlabs header browser preview


@class NSString;

@interface SALCMTvShow : SALCMContent

@property (copy, nonatomic) NSString *seriesName;

+ (id)tvShow;
+ (id)tvShowWithDictionary:(id)a0 context:(id)a1;

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

@end