#import <Foundation/Foundation.h>

@interface MyObject : NSObject
@end

@implementation MyObject
@end
