mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-16 06:05:49 -06:00
18 lines
344 B
Objective-C
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
|