123456789101112131415161718192021 |
- //
- // CLButton.swift
- // SolarBT
- //
- // Created by weclouds on 2019/11/20.
- // Copyright © 2019 weclouds. All rights reserved.
- //
- import UIKit
- class CLButton: UIButton {
- /*
- // Only override draw() if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- override func draw(_ rect: CGRect) {
- // Drawing code
- }
- */
- }
|