ConstantVC.swift 402 B

123456789101112131415161718
  1. //
  2. // ConstantVC.swift
  3. // WisdomCampusApk
  4. //
  5. // Created by 方楚豪 on 2022/1/20.
  6. //
  7. import UIKit
  8. class ConstantVC {
  9. public static var HAS_IGNORE = "hasIgnore"
  10. public static var HAS_NEW_VERSION = "hasNewVersion"
  11. public static var APP_VERSION = "appVersion"
  12. public static var APP_STORE_VERSION = "appStoreVersion"
  13. public static var OFF_LINE_PUSH_URL = "offLinePushInfoUrl"
  14. }