[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / ARCMT / allowlisted / header1.h
blob33f77aa5dd15277d837362fe62e8759f8f54e157
2 @interface I1 : NSObject
3 -(int)prop;
4 -(void)setProp:(int)p;
5 +(id)i1;
6 @end
8 typedef long NSInteger;