mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Import NSDictionary as Dictionary<NSObject, AnyObject>
Fixes <rdar://problem/16870626>. Swift SVN r18907
This commit is contained in:
@@ -67,12 +67,6 @@ namespace swift {
|
||||
/// a selector).
|
||||
bool ImplicitObjCWith = true;
|
||||
|
||||
/// Import NSArray* as AnyObject[]
|
||||
bool ObjCBridgeArray = true;
|
||||
|
||||
/// Import NSDictionary* as Dictionary<NSObject, AnyObject>
|
||||
bool ObjCBridgeDictionary = false;
|
||||
|
||||
/// Enables checking that uses of @objc require importing
|
||||
/// the ObjectiveC module.
|
||||
bool EnableObjCAttrRequiresObjCModule = false;
|
||||
|
||||
Reference in New Issue
Block a user