6 lines
99 B
Swift
6 lines
99 B
Swift
import Foundation
|
|
|
|
public enum PluginKitCompatibility {
|
|
public static let currentVersion = 3
|
|
}
|