博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

2012年12月10日

摘要: /* NSNotification.h Copyright (c) 1994-2012, Apple Inc. All rights reserved.*/#import <Foundation/NSObject.h>@class NSString, NSDictionary, NSOperationQueue;/**************** Notifications ****************/@interface NSNotification : NSObject <NSCopying, NSCoding>- (NSString *)name;- (id 阅读全文

posted @ 2012-12-10 20:40 扬名 阅读(3928) 评论(0) 推荐(1) 编辑