#import <Cocoa/Cocoa.h>
#import "xcc_general_include.h"

@interface TestObjectStoreManyToMany : LOLocalDictionaryObjectStore
@end

@interface BaseObject : NSObject
@end

@interface Person : BaseObject
@end

@interface School : BaseObject
@end

@interface PersonSchoolMapping : BaseObject
@end

@interface LOObjectContextManyToManyHelpersTest : OJTestCase
@end
