On Oct 8, 2013, at 14:32, Fariborz Jahanian <[email protected]> wrote:

> +@property (nonatomic, readonly) id (*expressionFuncptr)(__strong id, NSArray 
> *__strong, NSMutableDictionary *__strong);
> +@property (nonatomic) id (*MyFuncptr)(__strong id, NSArray *__strong, 
> NSMutableDictionary *__strong);
> +

You should never have to write __strong unless it's a 
pointer-to-object-pointer. (But pointers-to-object-pointers default to 
__autoreleasing for a reason.)

Jordan
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to