classes.nib

来自「linux下的一款播放器」· NIB 代码 · 共 28 行

NIB
28
字号
{    IBClasses = (        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },         {            ACTIONS = {ok = id; revert = id; };             CLASS = HXClientViewInspector;             LANGUAGE = ObjC;             SUPERCLASS = IBInspector;         },         {            ACTIONS = {ok = id; revert = id; };             CLASS = RNButtonInspector;             LANGUAGE = ObjC;             OUTLETS = {                mouseDisabledImageNameCell = NSFormCell;                 mouseDownImageNameCell = NSFormCell;                 mouseOverImageNameCell = NSFormCell;                 mouseToggledDisabledImageNameCell = NSFormCell;                 mouseToggledDownImageNameCell = NSFormCell;                 mouseToggledOverImageNameCell = NSFormCell;                 mouseToggledUpImageNameCell = NSFormCell;                 mouseUpImageNameCell = NSFormCell;             };             SUPERCLASS = IBInspector;         }    );     IBVersion = 1; }

⌨️ 快捷键说明

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