#import <Foundation/Foundation.h>

@interface MyClass : NSObject
{}
- (id)init;
@end
