14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
|
/*
|
||
|
* Preifx.pch
|
||
|
* GeckoReporter
|
||
|
*
|
||
|
* Created by Mr. Gecko on 12/27/09.
|
||
|
* Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifdef __OBJC__
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
#endif
|