1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

fix imports

This commit is contained in:
Serg 2018-05-07 08:42:24 +07:00
parent 3854b455a6
commit b761551384
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
// //
import Foundation import Foundation
import AppKit
extension String { extension String {
func trim() -> String { func trim() -> String {

View File

@ -1,5 +1,4 @@
import XCTest import XCTest
@testable import MTMR
class ParseConfig: XCTestCase { class ParseConfig: XCTestCase {