mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-06-01 00:00:02 +08:00
Reorganize project structure
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user