diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-19 21:18:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-19 21:18:09 +0000 |
commit | 3e67e208428399a6f802cffe0e6966f89b39e254 (patch) | |
tree | d95bc14312e20d31db4a21f2c8dd5c1e2cf352ac /Source/SPFileHandle.h | |
parent | ee085902c3312eb623fbafaca2d59b3260385e72 (diff) | |
download | sequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.tar.gz sequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.tar.bz2 sequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.zip |
Considering nearly every class uses constants, import it via the prefix header.
Diffstat (limited to 'Source/SPFileHandle.h')
-rw-r--r-- | Source/SPFileHandle.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/SPFileHandle.h b/Source/SPFileHandle.h index 1bd2ef81..b20d6548 100644 --- a/Source/SPFileHandle.h +++ b/Source/SPFileHandle.h @@ -24,15 +24,14 @@ // More info at <http://code.google.com/p/sequel-pro/> /** + * @class SPFileHandle SPFileHandle.h + * + * @author Rowan Beentje + * * Provides a class which aims to duplicate some of the most-used functionality * of NSFileHandle, while also transparently supporting gzip and bzip2 compressed content * on reading; gzip and bzip2 compression is also supported on writing. */ - -#import <Cocoa/Cocoa.h> - -#import "SPConstants.h" - @interface SPFileHandle : NSObject { void *wrappedFile; |