//
//  如遇到问题或有更好方案，请通过以下方式进行联系
//      QQ：1357127436
//      Email：kingsic@126.com
//      GitHub：https://github.com/kingsic/SGQRCode.git
//
//  SGQRCodeHelperTool.h
//  SGQRCodeExample
//
//  Created by kingsic on 2017/8/17.
//  Copyright © 2017年 Sorgle. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface SGQRCodeHelperTool : NSObject
/** 打开手电筒 */
+ (void)SG_openFlashlight;
/** 关闭手电筒 */
+ (void)SG_CloseFlashlight;

@end
