mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-22 22:29:51 +00:00
13 lines
242 B
Mathematica
13 lines
242 B
Mathematica
|
//
|
||
|
// Defaults.m
|
||
|
// 2Term
|
||
|
//
|
||
|
// Created by Kelvin Sherlock on 10/5/2010.
|
||
|
// Copyright (c) 2010 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "Defaults.h"
|
||
|
|
||
|
|
||
|
NSString *kNotificationNewTerminal = @"com.ksherlock.iiTerm: New Terminal";
|