luxlabs header browser preview


@class NSMutableDictionary;

@interface NSSQLStoreMappingGenerator : NSObject {
    NSMutableDictionary *_names;
}

- (id)init;
- (void)dealloc;

@end