2013年8月12日 - Try something like this: @interface TestClass : NSObject { int *_test; } @property (assign) int *test; @end. @implementation TestClass ...
stackoverflow.com