Files
macos-stats/Carthage/Checkouts/Charts/ChartsDemo-iOS/Objective-C/Demos/PiePolylineChartViewController.h
Serhiy Mytrovtsiy 0a3a4b2cd9 add a popup view for network module;
new reader in network module;
fix changing active popup view when switching the tabs;
2020-01-22 23:13:04 +01:00

14 lines
240 B
Objective-C

//
// PiePolylineChartViewController.h
// ChartsDemo
//
// Created by Jack Wang on 3/21/16.
// Copyright © 2016 Jack Wang
//
#import "PieChartViewController.h"
@interface PiePolylineChartViewController : DemoBaseViewController
@end