12345678910111213141516171819 |
- //
- // SGQRCode.h
- // Version 4.1.0
- // https://github.com/kingsic/SGQRCode
- //
- // Created by kingsic on 2016/8/16.
- // Copyright © 2016年 kingsic. All rights reserved.
- //
- #import "SGQRCodeLog.h"
- #import "SGGenerateQRCode.h"
- #import "SGScanCode.h"
- #import "SGScanCodeDelegate.h"
- #import "SGScanView.h"
- #import "SGScanViewConfigure.h"
- #import "SGPermission.h"
- #import "SGSoundEffect.h"
- #import "SGTorch.h"
- #import "SGWeakProxy.h"
|