luxlabs header browser preview


@class NSPropertyDescription;

@interface NSPropertyStoreMapping : NSStoreMapping {
    NSPropertyDescription *_property;
}

- (id)initWithProperty:(id)a0;
- (id)property;
- (void)dealloc;
- (id)description;
- (BOOL)isEqual:(id)a0;

@end