热点连接流程修改

This commit is contained in:
wbzhan
2019-09-21 17:29:16 +08:00
parent 9342faecbc
commit 41e5233e1f
65 changed files with 2363 additions and 651 deletions
+4
View File
@@ -36,6 +36,10 @@
#define IFISHRGBA(r, g, b, a) [UIColor colorWithRed:r/255.0f green:g/255.0f blue:b/255.0f alpha:a]
#define IFISHRGB(r, g, b) IFISHRGBA(r, g, b, 1.0f)
#define RGB_92 RGB(90, 90, 90)
#define RGB_51 RGB(51, 51, 51)
//摄像头部分
#define JWUIColorFromRGB(rgbValue) [UIColor \
colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \