Added protocol for encoded audio receiver

cleaned up more warnings
This commit is contained in:
Zakk 2017-06-26 11:08:09 -04:00
parent 0c5b423163
commit c7765f98d4
10 changed files with 22 additions and 478 deletions

View file

@ -3,7 +3,6 @@
// CSYoutubeStreamServicePlugin
//
// Created by Zakk on 7/24/16.
// Copyright © 2016 Zakk. All rights reserved.
//
#import <Foundation/Foundation.h>
@ -31,6 +30,7 @@
+(NSImage *)serviceImage;
@property (assign) bool isReady;
@property (strong) NSString *accountName;
@property (strong) CSOauth2Authenticator *oauthObject;