新版本
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// PNRadarChartDataItem.h
|
||||
// PNChartDemo
|
||||
//
|
||||
// Created by Lei on 15/7/1.
|
||||
// Copyright (c) 2015年 kevinzhow. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreGraphics/CoreGraphics.h>
|
||||
@interface PNRadarChartDataItem : NSObject
|
||||
|
||||
+ (instancetype)dataItemWithValue:(CGFloat)value
|
||||
description:(NSString *)description;
|
||||
|
||||
@property (nonatomic) CGFloat value;
|
||||
@property (nonatomic,copy) NSString *textDescription;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user