// // TestObj.h // OCTest // // Created by Phil on 13/11/2010. // Copyright 2010 Two Blue Cubes Ltd. All rights reserved. // #import @interface TestObj : NSObject { int int_val; } @property (nonatomic, assign ) int int_val; @end