Commit some missing files.

main
theraven 16 years ago
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…
Cancel
Save