@class SAUIDecoratedText, NSString; @interface SASTSubheaderItem : AceObject @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) SAUIDecoratedText *leftText; @property (retain, nonatomic) SAUIDecoratedText *rightText; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)subheaderItem; + (id)subheaderItemWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end