mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
19 lines
390 B
Objective-C
19 lines
390 B
Objective-C
//
|
|
// SinusBarChartViewController.h
|
|
// ChartsDemo
|
|
//
|
|
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
|
|
// A port of MPAndroidChart for iOS
|
|
// Licensed under Apache License 2.0
|
|
//
|
|
// https://github.com/danielgindi/Charts
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "DemoBaseViewController.h"
|
|
#import <Charts/Charts.h>
|
|
|
|
@interface SinusBarChartViewController : DemoBaseViewController
|
|
|
|
@end
|