mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-22 07:30:40 +00:00
27 lines
439 B
Objective-C
27 lines
439 B
Objective-C
//
|
|
// 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;
|
|
|
|
extern NSString *kForegroundColor;
|
|
extern NSString *kBackgroundColor;
|
|
extern NSString *kScanLines;
|
|
extern NSString *kClass;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |