// // TwitchStreamServiceViewController.h // CSTwitchStreamServicePlugin // // Created by Zakk on 8/29/14. // Copyright (c) 2014 Zakk. All rights reserved. // #import #import "TwitchStreamService.h" #import @interface TwitchStreamServiceViewController : NSViewController @property (weak) TwitchStreamService *serviceObj; @property (strong) NSWindow *authWindow; @property (strong) WebView *authWebView; @property (strong) NSArray *serverSortDescriptors; - (IBAction)doTwitchAuth:(id)sender; - (IBAction)doTwitchstreamkey:(id)sender; @end