compatibility_alias.m

来自「this is a gcc file, you can download it 」· M 代码 · 共 13 行

M
13
字号
/* Contributed by Nicola Pero - Thu Mar  8 17:23:59 CET 2001 */#include <objc/objc.h>#include <objc/Object.h>@compatibility_alias MyObject Object;int main (void){  MyObject *object = [MyObject alloc];  return 0;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?