Blame view

Twear/Basic/LoadingButton/LoaderButtonAnimationDelegate.swift 301 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  //
  //  LoaderButtonAnimationDelegate.swift
  //  LoaderButton
  //
  //  Created by 黄进文 on 2018/6/11.
  //  Copyright © 2018 Jovins. All rights reserved.
  //
  
  import UIKit
  
  protocol LoaderButtonAnimationDelegate {
  
      func setupLoaderButtonAnimation(layer: CALayer, frame: CGRect, color: UIColor)
  }