mockScreenLockViewController.swift 368 B

123456789101112131415161718192021
  1. //
  2. // mockScreenLockViewController.swift
  3. // MCPlusTests
  4. //
  5. // Created by seo ha on 11/03/2019.
  6. // Copyright © 2019 KangSH. All rights reserved.
  7. //
  8. import Foundation
  9. import UIKit
  10. class mockScreenLockViewController: ScreenLockViewController {
  11. override func chargingPasswordViews() {
  12. }
  13. override func textRewrite() {
  14. }
  15. }