TCBGMProgressView.h 287 B

123456789
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. @interface TCBGMProgressView : UIView
  4. @property (strong, nonatomic, readonly) UILabel *label;
  5. @property (assign, nonatomic) float progress;
  6. @property (strong, nonatomic) UIColor *progressBackgroundColor;
  7. @end