KMOpenDMGPopBootModel.swift 327 B

12345678910111213141516171819
  1. //
  2. // KMOpenDMGPopBootModel.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by wanjun on 2024/11/6.
  6. //
  7. import Foundation
  8. @objcMembers
  9. class KMOpenDMGPopBootModel: ObservableObject {
  10. func getVipFree() -> Void {
  11. }
  12. func signUpAction() -> Void {
  13. KMLoginWindowsController.shared.showWindow(nil)
  14. }
  15. }