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