📄 ogstring.h
字号:
/* * Name: OGString.h * Project: OgreKit * * Creation Date: Sep 22 2004 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2004 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */#import <Foundation/Foundation.h>// exception nameextern NSString * const OgreStringException;@protocol OGStringProtocol- (NSString*)string;- (NSAttributedString*)attributedString;- (unsigned)length;- (NSObject<OGStringProtocol>*)substringWithRange:(NSRange)aRange;- (Class)mutableClass;@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -