LoaderButtonAnimationDelegate.swift 301 Bytes
//
//  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)
}