luxlabs header browser preview


@class NSString, NSDictionary;

@interface SSPlistCacheObject : NSObject <SSCacheObject> {
    NSDictionary *_plist;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)cacheObjectTypeIdentifier;

- (void)setPlist:(id)a0;
- (void)dealloc;
- (id)plist;
- (id)cacheObjectDataRepresentation;
- (id)cacheObjectTypeIdentifier;
- (id)initWithCacheObjectDataRepresentation:(id)a0;

@end