| | |
| | | // |
| | | |
| | | #import "EZSDK.h" |
| | | #import "DeviceInfo.h" |
| | | #import "EZDeviceInfo.h" |
| | | //#import "DeviceInfo.h" |
| | | #import "EZDeviceInfo.h" |
| | | #import "EZOpenSDK.h" |
| | | #import "GlobalKit.h" |
| | |
| | | #import "EZPlaybackViewController.h" |
| | | #import "EZDeviceTableViewController.h" |
| | | #import "EZHCNetDeviceSDK.h" |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | @implementation EZSDK |
| | | |
| | |
| | | [EZOPENSDK setAccessToken:accessToken]; |
| | | } |
| | | |
| | | |
| | | /** |
| | | 设置HDLSDK的accessToken |
| | | */ |
| | | +(void)setHDlAccessToken:(NSString *) accessToken refreshToken:(NSString *) refreshToken |
| | | { |
| | | [[GlobalKit shareKit] setHdlAccessToken:accessToken]; |
| | | [[GlobalKit shareKit] setHdlRefreshToken:refreshToken]; |
| | | } |
| | | |
| | | //获取当前屏幕显示的viewcontroller (这里面获取的相当于rootViewController) |
| | | +(UINavigationController *)getCurrentVC |
| | |
| | | // } |
| | | //} |
| | | |
| | | |
| | | |
| | | @end |