大量代码。

This commit is contained in:
Charlie Qiu
2016-06-09 00:30:08 +08:00
parent d4d5048afc
commit 76be94bb2c
601 changed files with 1961 additions and 64875 deletions

16
ShadowsocksX-NG/Utils.h Normal file
View 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 */