blob: ff50ddba08246c4a267317fc4057c4c2c040b7ce [file] [log] [blame]
#import <Test/Foo.h>
#import <objc/NSObject.h>
@interface Test : NSObject {
@public
CMTimeRange _range;
}
- (void) doTest;
@end