[SDK] Rename several small overlay source files. (#4520)

...to remove the temptation to put everything in one file with the same
name as the module. This doesn't do anything for overlays that /already/
have everything in one file with the same name as the module, except for
a few easy cases; we can unpack the rest later.
This commit is contained in:
Jordan Rose
2016-09-28 11:39:07 -07:00
committed by GitHub
parent 98882a5050
commit 896fc4f648
36 changed files with 80 additions and 100 deletions

View File

@@ -0,0 +1,8 @@
@_exported import MapKit // Clang module
import Foundation
%{
from gyb_foundation_support import ObjectiveCBridgeableImplementationForNSValue
}%
${ ObjectiveCBridgeableImplementationForNSValue("MKCoordinateSpan") }