大量代码。
This commit is contained in:
16
ShadowsocksX-NG/Utils.h
Normal file
16
ShadowsocksX-NG/Utils.h
Normal file
@ -0,0 +1,16 @@
|
||||
//
|
||||
// QRCodeUtils.h
|
||||
// ShadowsocksX-NG
|
||||
//
|
||||
// Created by 邱宇舟 on 16/6/8.
|
||||
// Copyright © 2016年 qiuyuzhou. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef QRCodeUtils_h
|
||||
#define QRCodeUtils_h
|
||||
|
||||
void ScanQRCodeOnScreen();
|
||||
|
||||
NSDictionary<NSString *, id>* ParseSSURL(NSURL* url);
|
||||
|
||||
#endif /* QRCodeUtils_h */
|
Reference in New Issue
Block a user