// // TwitchStreamServiceViewController.h // CSTwitchStreamServicePlugin // // Created by Zakk on 8/29/14. // Copyright (c) 2014 Zakk. All rights reserved. // #import #import "TwitchStreamService.h" @interface TwitchStreamServiceViewController : NSViewController @property (weak) TwitchStreamService *serviceObj; @end