Sort imports by system frameworks, followed by third party, and then our own frameworks.
@testable
imports should fall below all other imports.- There should not be empty lines between imports.
import UIKit
import MobileCoreServices
import AVFoundation
import Alamofire
import XCTest
import CoreData
import Alamofire
@testable import Scorecard