Files
2021-02-07 11:24:08 +08:00

16 lines
259 B
Objective-C

//
// DPBatteryView.h
// WXReader
//
// Created by Andrew on 2018/6/10.
// Copyright © 2018年 Andrew. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WXYZ_BatteryView : UIView
@property (nonatomic, strong) UIColor *batteryTintColor;
@end