1234567891011121314151617 |
- //
- // DVPieCenterView.h
- // DVPieChart
- //
- // Created by SmithDavid on 2018/2/27.
- // Copyright © 2018年 SmithDavid. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface DVPieCenterView : UIView
- @property (strong, nonatomic) UILabel *nameLabel;
- @end
|