萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-07-21 6b58ff6be1b45ed911b00aff680eaecb0fc73fc5
Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/UIViewControllers/EZAPWiFiConfigViewController.m
@@ -123,7 +123,7 @@
    UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
    pasteboard.string = self.wifiPwdLabel.text;
    
    [self.view makeToast:@"done" duration:1.5 position:@"center"];
    [self.view makeToast:NSLocalizedString(@"done",@"确定") duration:1.5 position:@"center"];
}
- (IBAction)addBtnClick:(id)sender