CocoaSplit/StreamServicePlugins/CSTwitchStreamServicePlugin/TwitchStreamServiceViewController.h
2014-12-02 19:04:01 -05:00

18 lines
344 B
Objective-C

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