StorageViewController.h 260 B

1234567891011121314151617
  1. //
  2. // StorageViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/18.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /****
  9. *设备存储信息界面
  10. *
  11. ***/
  12. #import <UIKit/UIKit.h>
  13. @interface StorageViewController : UIViewController
  14. @end