GT3Captcha.h 584B

12345678910111213141516171819202122232425
  1. //
  2. // GT3Captcha.h
  3. // GT3Captcha
  4. //
  5. // Created by NikoXu on 17/02/2017.
  6. // Copyright © 2017 Xniko. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for GT3Captcha.
  10. FOUNDATION_EXPORT double GT3CaptchaVersionNumber;
  11. //! Project version string for GT3Captcha.
  12. FOUNDATION_EXPORT const unsigned char GT3CaptchaVersionString[];
  13. #import <GT3Captcha/GT3CaptchaManager.h>
  14. #import <GT3Captcha/GT3CaptchaButton.h>
  15. #import <GT3Captcha/GT3Utils.h>
  16. #import <GT3Captcha/GT3Error.h>
  17. #import <GT3Captcha/GT3AsyncTaskProtocol.h>
  18. #import <GT3Captcha/GT3Parameter.h>