Reorganize project structure

This commit is contained in:
Sergey Abramchuk
2018-07-18 15:33:11 +03:00
parent 5440663b12
commit a1c153d2ed
1750 changed files with 96 additions and 923 deletions
+19
View File
@@ -0,0 +1,19 @@
//
// Bundle.swift
// OpenVPN iOS Client
//
// Created by Sergey Abramchuk on 09.03.17.
//
//
import Foundation
private final class BundleHelper {}
extension Bundle {
static var current: Bundle {
return Bundle(for: BundleHelper.self)
}
}