Blame view

ios/VKBridge.framework/Versions/A/Headers/VKBridge.h 562 Bytes
bd0fbf81f   赵康   update version 3....
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  //
  //  VKBridge.h
  //  VKBridge
  //
  //  Created by king on 15/10/30.
  //  Copyright © 2015年 Gump. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  #import <VKSdk/VKSdk.h>
  #import "LetsGameAPI.h"
  
  //@interface UIViewController (ForVK)
  //-(void)loginWithVkToken:(NSString*)token andUid:(NSString *)uid;
  //
  //@end
  @interface VKBridge : NSObject<VKSdkDelegate,VKBridgeProtocol>
  
  
  @property (nonatomic,retain)UIViewController *holdViewController;
  @property (nonatomic,copy) onVKTokenGoten vKBlock;
  
  -(instancetype)initWithVKAppId:(NSString*)vkAppId;
  
  
  @end