Sema: Remove most of the remaining Swift 3 support

This commit is contained in:
Slava Pestov
2018-10-06 00:12:49 -04:00
parent d488509cca
commit 0b0d7dcff9
16 changed files with 30 additions and 132 deletions

View File

@@ -24,6 +24,9 @@ typedef NSString *NSErrorDomain;
@end
@interface NSDictionary<KeyType, ValueType> : NSObject
+ (void) classMethod;
@end
@interface NSSet<ObjectType> : NSObject