という名前のプロパティがある場合、ARC でコンパイルしたときにエラーが発生initFoo
しないように、objc_method_family(none) で注釈を付けるにはどうすればよいですか。Init Methods must return a type related to the received type
@property NSString *initFoo __attribute__((objc_method_family(none)));
は機能せず、不可解な9 attribute only applies to void*
エラーが返されます。