wgl

fix

Showing 27 changed files with 2 additions and 3 deletions
Pod::Spec.new do |s|
s.name = 'HHDoctor'
s.version= "1.0.080314"
s.version= "1.0.080317"
s.summary = 'A short description of hhvDoctorSDK.'
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>1.0.080314</string></dict>
<string>1.0.080317</string></dict>
</plist>
... ...
... ... @@ -87,7 +87,6 @@ typedef NS_ENUM(NSInteger, FailCode) {
/**
* @param ext 自定义参数
*/
-(void)setCallExtension:(NSString *)ext;
/**
... ...