/Tools/NativeHost/Console.h
http://github.com/cacaodev/cappuccino · C Header · 21 lines · 8 code · 6 blank · 7 comment · 0 complexity · 36b6d4f49310d7383b4c71befc9b8986 MD5 · raw file
- //
- // Console.h
- // NativeHost
- //
- // Created by Francisco Tolmasky on 6/16/09.
- // Copyright 2009 280 North, Inc.. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface Console : NSObject
- {
- NSMutableAttributedString * contents;
- }
- + (id)sharedConsole;
- - (NSAttributedString *)contents;
- @end