OSAKit Changes
OSAKit
OSAScriptController.h
Modified -[OSAScriptController compileScript:]
| Declaration | |
|---|---|
| From | - (void)compileScript:(id)sender |
| To | - (IBAction)compileScript:(id)sender |
Modified -[OSAScriptController recordScript:]
| Declaration | |
|---|---|
| From | - (void)recordScript:(id)sender |
| To | - (IBAction)recordScript:(id)sender |
Modified -[OSAScriptController runScript:]
| Declaration | |
|---|---|
| From | - (void)runScript:(id)sender |
| To | - (IBAction)runScript:(id)sender |
Modified -[OSAScriptController stopScript:]
| Declaration | |
|---|---|
| From | - (void)stopScript:(id)sender |
| To | - (IBAction)stopScript:(id)sender |