1#import <UIKit/UIKit.h> 2 3@interface PLLogOutputView : UIView 4- (void)actionStartStopLogOutput; 5- (void)actionToggleLogOutput; 6+ (void)appendToLog:(NSString *)line; 7+ (void)handleExitCode:(int)code; 8@end 9 10