12345678910111213141516171819 |
- //
- // KMOpenDMGPopBootModel.swift
- // PDF Reader Pro
- //
- // Created by wanjun on 2024/11/6.
- //
- import Foundation
- @objcMembers
- class KMOpenDMGPopBootModel: ObservableObject {
- func getVipFree() -> Void {
-
- }
-
- func signUpAction() -> Void {
- KMLoginWindowsController.shared.showWindow(nil)
- }
- }
|