bf-14.m

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

M
26
字号
#include <objc/objc.h>#include <objc/objc-api.h>#include <objc/Object.h>@interface MyObject{  Class isa;  float f;  char a[3];  struct {    int i:2;    int j:6;    short s;    int k:12;  } flags;  char d;  void *pointer;}@end@implementation MyObject@end#include "bf-common.h"

⌨️ 快捷键说明

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