class-1.m
来自「this is a gcc file, you can download it 」· M 代码 · 共 24 行
M
24 行
/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */#include <objc/objc.h>#include <objc/objc-api.h>/* Tests creating a RootClass */@interface RootClass{ Class isa;}@end@implementation RootClass@end#include "class-tests-1.h"int main (void){ test_class_with_superclass ("RootClass", ""); return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?