@import Foundation;

#undef MAX

@interface MyClass : NSObject {
};
-(void)publicMethod;
@end
