TwoTerm/Defaults.h

21 lines
289 B
C
Raw Normal View History

//
// Defaults.h
// 2Term
//
// Created by Kelvin Sherlock on 10/5/2010.
// Copyright (c) 2010 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#ifdef __cplusplus
extern "C" {
#endif
extern NSString *kNotificationNewTerminal;
#ifdef __cplusplus
}
#endif