mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-07-11 22:00:18 -06:00
Added protocol for encoded audio receiver
cleaned up more warnings
This commit is contained in:
parent
0c5b423163
commit
c7765f98d4
10 changed files with 22 additions and 478 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue