|
|
Log In | Not a Member? |
Contact ADC |
| < 前ページ次ページ > |
この構文はメソッドを廃止されたものとマークするために使用します。
@interface SomeClass |
-method __attribute__((deprecated)); |
@end |
または
#include <AvailabilityMacros.h> |
@interface SomeClass |
-method DEPRECATED_ATTRIBUTE; // または、他のデプロイメントターゲット固有のマクロ |
@end |
この構文は、Objective-C 2.0以降でのみ使用可能です。
| < 前ページ次ページ > |
Last updated: 2007-10-31
|
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |