SWQRCode.h 348 B

1234567891011121314151617181920
  1. //
  2. // SWQRCode.h
  3. // SWQRCode_Objc
  4. //
  5. // Created by zhuku on 2018/4/4.
  6. // Copyright © 2018年 selwyn. All rights reserved.
  7. //
  8. #ifndef SWQRCode_h
  9. #define SWQRCode_h
  10. #import "SWQRCodeConfig.h"
  11. #import "SWQRCodeViewController.h"
  12. #import "SWQRCodeManager.h"
  13. #import <UIKit/UIKit.h>
  14. #import <AVFoundation/AVFoundation.h>
  15. #endif /* SWQRCode_h */