blob: 6879070df54ffa5c8d33b91ab4a4da32967711c1 [file] [log] [blame]
//
// HalfPieChartViewController.h
// PlotCreator
//
// Created by honcheng on 5/4/11.
// Copyright 2011 BuUuK Pte Ltd. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GenericViewController.h"
@interface HalfPieChartViewController : GenericViewController {
}
@end