Adding some new classes that ease access of Carbon/Mac-style resource files/forks.
[ITKit.git] / ITStringMacResource.h
diff --git a/ITStringMacResource.h b/ITStringMacResource.h
new file mode 100755 (executable)
index 0000000..096d941
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  ITStringMacResource.h
+//  ITKit
+//
+//  Created by Joseph Spiros on Thu Dec 25 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "ITMacResource.h"
+
+@interface ITStringMacResource : ITMacResource {
+
+}
+
+@end