You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
432 B
19 lines
432 B
// |
|
// 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"
|
|
|