CLButton.swift 401 B

123456789101112131415161718192021
  1. //
  2. // CLButton.swift
  3. // SolarBT
  4. //
  5. // Created by weclouds on 2019/11/20.
  6. // Copyright © 2019 weclouds. All rights reserved.
  7. //
  8. import UIKit
  9. class CLButton: UIButton {
  10. /*
  11. // Only override draw() if you perform custom drawing.
  12. // An empty implementation adversely affects performance during animation.
  13. override func draw(_ rect: CGRect) {
  14. // Drawing code
  15. }
  16. */
  17. }