Sign in

DSIOSTeam / DSCnliveShopSDKToolsModuleF · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DSCnliveShopSDKToolsModuleF
  • DSCnliveShopSDKToolsModuleF
  • Frameworks
  • DSCnliveShopSDKToolsModule.framework
  • Headers
  • DSPlayerVolumeBrightnessView.h
  • 0.0.6
    9d1d1c39
    毕珂 authored
    2020-03-03 15:08:28 +0800  
    Browse Code »
DSPlayerVolumeBrightnessView.h 343 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  DSPlayerVolumeBrightnessView.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/5/7.
//  Copyright © 2019 BIKE. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface DSPlayerVolumeBrightnessView : UIView

/**
 进度 0~1
 */
@property (nonatomic,assign) CGFloat value;

@end

NS_ASSUME_NONNULL_END