SPWebViewController.h 422 B

12345678910111213141516171819
  1. //
  2. // SPWebViewController.h
  3. // SDLPal
  4. //
  5. // Created by palxex on 2017/6/13.
  6. // Copyright © 2017年 SDLPAL team. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SettingsTableViewController.h"
  10. @interface SPWebViewController : UIViewController
  11. @property (weak, nonatomic) id<WebCaptureProtocol> delegate;
  12. @property (assign, nonatomic) NSString *url;
  13. @property (assign, nonatomic) NSString *signature;
  14. @end