@class NSString; @interface SALCMTvShow : SALCMContent @property (copy, nonatomic) NSString *seriesName; + (id)tvShow; + (id)tvShowWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end
@class NSString; @interface SALCMTvShow : SALCMContent @property (copy, nonatomic) NSString *seriesName; + (id)tvShow; + (id)tvShowWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end