14 lines
197 B
Objective-C
Executable File
14 lines
197 B
Objective-C
Executable File
//
|
|
// PNChartLabel.h
|
|
// PNChart
|
|
//
|
|
// Created by kevin on 10/3/13.
|
|
// Copyright (c) 2013年 kevinzhow. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PNChartLabel : UILabel
|
|
|
|
@end
|