@class NSString, NSDictionary, WFFileType, WFObjectType, WFWalletTransaction; @interface WFWalletTransactionContentItem : WFContentItem <WFContentItemClass> @property (readonly, nonatomic) WFWalletTransaction *transaction; @property (readonly, nonatomic) NSDictionary *metadataForSerialization; @property (readonly, nonatomic) NSDictionary *additionalRepresentationsForSerialization; @property (readonly, nonatomic) BOOL includesFileRepresentationInSerializedItem; @property (readonly, nonatomic) BOOL hasStringOutput; @property (readonly, nonatomic) WFFileType *preferredFileType; @property (readonly, nonatomic) WFObjectType *preferredObjectType; @property (readonly, nonatomic) BOOL cachesSupportedTypes; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)typeDescription; + (id)coercions; + (id)contentCategories; + (id)countDescription; + (id)ownedTypes; + (id)pluralTypeDescription; + (id)propertyBuilders; - (id)defaultSourceForRepresentation:(id)a0; @end