@interface NSObject @end @interface ImplClass : NSObject @property int defaultIntProperty; @end