wgl

fix

Showing 26 changed files with 2 additions and 6 deletions
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>1.0.072813</string></dict> 6 +<string>1.0.072916</string></dict>
7 </plist> 7 </plist>
@@ -74,11 +74,7 @@ typedef NS_ENUM(NSInteger, FailCode) { @@ -74,11 +74,7 @@ typedef NS_ENUM(NSInteger, FailCode) {
74 74
75 - (void) switchToDev: (BOOL) isDevelopment; 75 - (void) switchToDev: (BOOL) isDevelopment;
76 76
77 -- (void) startCallWithUserToken : (NSString *) token;  
78 -  
79 -- (void) add: (id<HHMVideoDelegate>) delegate;  
80 -  
81 -- (void) remove: (id<HHMVideoDelegate>) delegate; 77 +- (void) startCallWithUserToken : (NSString *) token delegate: (id<HHMVideoDelegate>) delegate;
82 78
83 - (void) excute: (void (^)(id<HHMVideoDelegate> delegate))block; 79 - (void) excute: (void (^)(id<HHMVideoDelegate> delegate))block;
84 80