binsextensions.h
来自「网络扫描工具。无限网络路由入侵」· C头文件 代码 · 共 40 行
H
40 行
//// BINSExtensions.h// BIGeneric//// Created by mick on Tue Jul 13 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <Cocoa/Cocoa.h>@interface NSWindow(BIExtension) - (int)showAlertMessage:(NSString *)msg title:(NSString *)title button:(NSString *)button;@end@interface NSString(BIExtension) - (NSString*)standardPath;@end@interface NSNotificationCenter(BIExtension) + (void)postNotification:(NSString*)notificationName;@end@interface NSObject(BIExtension) - (void)unsubscribeNotifications;@end@interface NSThread(BIExtension) + (void)sleep:(NSTimeInterval)seconds;@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?