luxlabs header browser preview


@class NSString, TSKSelection;

@interface TSAArchivedGalleryItemSelection : TSPObject <TSKArchivedSelection> {
    TSKSelection *_selection;
}

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

- (void).cxx_destruct;
- (void)saveToArchiver:(id)a0;
- (void)loadFromUnarchiver:(id)a0;

@end