blob: 7e290cbe23cdb6da89b9fa84a513914afffcc2cd [file] [log] [blame]
@import Foundation;
@interface Foo <T> : NSObject
- (void)foo;
@end