// // TwitchStreamServiceViewController.m // CSTwitchStreamServicePlugin // // Created by Zakk on 8/29/14. // Copyright (c) 2014 Zakk. All rights reserved. // #import "TwitchStreamServiceViewController.h" @interface TwitchStreamServiceViewController () @end @implementation TwitchStreamServiceViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { // Initialization code here. } return self; } @end