PasswordSaveViewController.h 422 B

12345678910111213141516171819202122232425
  1. //
  2. // PasswordSaveViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by wujiangbo on 2018/11/2.
  6. // Copyright © 2018年 wujiangbo. All rights reserved.
  7. //
  8. /**
  9. 本地账号密码管理
  10. *1、获取本地信息显示
  11. *2、通过侧滑删除或者右上角清空按钮删除数据
  12. */
  13. #import <UIKit/UIKit.h>
  14. NS_ASSUME_NONNULL_BEGIN
  15. @interface PasswordSaveViewController : UIViewController
  16. @end
  17. NS_ASSUME_NONNULL_END