SGQRCode.h 432 B

12345678910111213141516171819
  1. //
  2. // SGQRCode.h
  3. // Version 4.1.0
  4. // https://github.com/kingsic/SGQRCode
  5. //
  6. // Created by kingsic on 2016/8/16.
  7. // Copyright © 2016年 kingsic. All rights reserved.
  8. //
  9. #import "SGQRCodeLog.h"
  10. #import "SGGenerateQRCode.h"
  11. #import "SGScanCode.h"
  12. #import "SGScanCodeDelegate.h"
  13. #import "SGScanView.h"
  14. #import "SGScanViewConfigure.h"
  15. #import "SGPermission.h"
  16. #import "SGSoundEffect.h"
  17. #import "SGTorch.h"
  18. #import "SGWeakProxy.h"