From 00ab3d75cf946edd0edc293c54f134dfdb14750b Mon Sep 17 00:00:00 2001 From: Shiva Huang Date: Thu, 26 Apr 2018 19:58:32 +0800 Subject: [PATCH] Fix: Imports should be sorted. --- Example/DeviceKitPlayground.playground/Contents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/DeviceKitPlayground.playground/Contents.swift b/Example/DeviceKitPlayground.playground/Contents.swift index 16d0314..d5a7527 100644 --- a/Example/DeviceKitPlayground.playground/Contents.swift +++ b/Example/DeviceKitPlayground.playground/Contents.swift @@ -1,8 +1,8 @@ //: Playground - noun: a place where people can play // To use this playground, build DeviceKit.framework for any simulator first. -import UIKit import DeviceKit +import UIKit let device = Device()