#import "ObjectTesting.h" #import #import int main() { ENTER_POOL NSTimeZone *testObj = [NSTimeZone defaultTimeZone]; test_NSObject(@"NSTimeZone", [NSArray arrayWithObject: testObj]); LEAVE_POOL return 0; }