1 #import <Foundation/Foundation.h>
2 
3 @interface MyClass : NSObject
4 {}
5 - (id)init;
6 @end
7