9 lines
106 B
Objective-C
9 lines
106 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface TestRelationshipMigration : NSObject
|
|
|
|
+ (void)start;
|
|
|
|
@end
|