[Foundation] Address deprecated @objc inference warnings.

Another 15 unnecessary Objective-C entry points eliminated.
This commit is contained in:
Doug Gregor
2017-03-28 17:24:50 -07:00
parent 5258170037
commit e4e9a63298
5 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
@_exported import Foundation // Clang module
extension NSDate : CustomPlaygroundQuickLookable {
@nonobjc
var summary: String {
let df = DateFormatter()
df.dateStyle = .medium