Add +class and -self to Protocol. PyObjC breaks if these don't exist.

main
theraven 15 years ago
parent d12de81cd6
commit 5b77c3e694

@ -20,6 +20,8 @@
return self;
}
- (void)release {}
+ (Class)class { return self; }
- (id)self { return self; }
@end
@implementation Protocol2
+ (void)load

Loading…
Cancel
Save