DVPieCenterView.h 265 B

1234567891011121314151617
  1. //
  2. // DVPieCenterView.h
  3. // DVPieChart
  4. //
  5. // Created by SmithDavid on 2018/2/27.
  6. // Copyright © 2018年 SmithDavid. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DVPieCenterView : UIView
  10. @property (strong, nonatomic) UILabel *nameLabel;
  11. @end