git.fiddlerwoaroof.com
Raw Blame History
//
//  SearchViewController.h
//  Today Scripts
//
//  Created by Sam Rothenberg on 10/21/14.
//  Copyright (c) 2014 Sam Rothenberg. All rights reserved.
//

#import "TodayScript.h"

@interface SearchViewController : NCWidgetSearchViewController

@property TodayScript *script;

@end


@interface SearchProgramTextField : NSTextField

@end