現在のスレッドのためにデフォルトのNSNotificationQueueオブジェクトを返します
解説
現在のスレッドのためにデフォルトのNSNotificationQueueオブジェクトを返します。
このオブジェクトは、常に同じ作業のためにデフォルトの通知センターオブジェクトを使用します。
返り値
( NSNotificationQueue * )
通知キュー
引数
フレームワーク
Foundation
クラス
NSNotificationQueue
Class Methods
使用可能
10.0
参照
例文
NSNotificationQueue *nqueue = [NSNotificationQueue defaultQueue];