#import #import @interface Test : NSObject { @public CMTimeRange _range; } - (void) doTest; @end