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