//
// Controller.h
// MyCustomGraphView
//
// Created by Marco Rotatori on 02/02/10.
// Copyright 2010 Marco Rotatori. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "MRGraphView.h"
@interface Controller : NSObject {
IBOutlet MRGraphView *graphView;
}
@end