#import @interface Log : NSObject { NSString *leftoverLogString; NSMutableString *currentLog; } - (NSString *)currentLog; @end