jessegrosjean / bscripts

This URL has Read+Write access

bscripts / BScriptsController.h
100644 21 lines (13 sloc) 0.302 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// BScriptsController.h
// BScripts
//
// Created by Jesse Grosjean on 10/13/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
 
#import <Cocoa/Cocoa.h>
#import <Blocks/Blocks.h>
 
 
@interface BScriptsController : NSObject {
 
}
 
#pragma mark Class Methods
 
+ (id)sharedInstance;
 
@end