mirror of
https://github.com/SagerNet/sing-box-for-apple.git
synced 2026-05-04 11:32:29 +00:00
6 lines
123 B
Swift
6 lines
123 B
Swift
import Foundation
|
|
|
|
public class ApplicationLibrary {
|
|
public static let bundle = Bundle(for: ApplicationLibrary.self)
|
|
}
|