/* A C header damn it */ #include #import @interface Lalala : Object - (void) sayHello; @end class Boo { void hello (); };