public
Description: A buildbot GUI for OS X
Homepage: http://code.google.com/p/buildwatch/
Clone URL: git://github.com/dustin/buildwatch.git
Search Repo:
buildwatch / ApplicationDelegate.h
100644 16 lines (11 sloc) 0.247 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// ApplicationDelegate.h
// BuildWatch
//
// Created by Dustin Sallings on 3/11/08.
// Copyright 2008 Dustin Sallings <dustin@spy.net>. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface ApplicationDelegate : NSObject {
 
}
 
@end