TCBGMProgressView.h 382 B

123456789101112131415
  1. //
  2. // TCBGMProgressView.h
  3. // TXXiaoShiPinDemo
  4. //
  5. // Created by shengcui on 2018/7/26.
  6. // Copyright © 2018年 tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TCBGMProgressView : UIView
  10. @property (strong, nonatomic, readonly) UILabel *label;
  11. @property (assign, nonatomic) float progress;
  12. @property (strong, nonatomic) UIColor *progressBackgroundColor;
  13. @end