// // RunnerAppDelegate.h // NowPlayingSaver // // Created by Juri Pakaste on 19.9.09. // Copyright (c) 2009, Juri Pakaste. All rights reserved. // For licensing details see the file COPYING. // #import @interface RunnerAppDelegate : NSObject @property (retain, nonatomic) IBOutlet NSWindow* window; @end