16 lines
259 B
Objective-C
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
|