Commit some missing files.
parent
8f857ae5d3
commit
b1aa77e450
@ -0,0 +1,6 @@
|
||||
|
||||
@interface Object
|
||||
{
|
||||
Class isa;
|
||||
}
|
||||
@end
|
||||
@ -0,0 +1,3 @@
|
||||
#import "Object.h"
|
||||
|
||||
@interface Protocol : Object @end
|
||||
Loading…
Reference in New Issue