添加IFishHotpotUDPHelper

This commit is contained in:
xuemh
2018-08-06 17:58:03 +08:00
parent 65446cebfc
commit fc4062fbe8
4 changed files with 157 additions and 30 deletions
+6
View File
@@ -2483,6 +2483,7 @@
E5F1B03A21183E9700A879A1 /* setting-restart@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = E5F1B03721183E9600A879A1 /* setting-restart@3x.png */; };
E5F1B03B21183E9700A879A1 /* setting-restart.png in Resources */ = {isa = PBXBuildFile; fileRef = E5F1B03821183E9600A879A1 /* setting-restart.png */; };
E5F1B03C21183E9700A879A1 /* setting-restart@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E5F1B03921183E9700A879A1 /* setting-restart@2x.png */; };
E5F1B03F21184F9400A879A1 /* IFishHotpotUDPHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E5F1B03D21184F9300A879A1 /* IFishHotpotUDPHelper.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -6285,6 +6286,8 @@
E5F1B03721183E9600A879A1 /* setting-restart@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "setting-restart@3x.png"; sourceTree = "<group>"; };
E5F1B03821183E9600A879A1 /* setting-restart.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "setting-restart.png"; sourceTree = "<group>"; };
E5F1B03921183E9700A879A1 /* setting-restart@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "setting-restart@2x.png"; sourceTree = "<group>"; };
E5F1B03D21184F9300A879A1 /* IFishHotpotUDPHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IFishHotpotUDPHelper.m; sourceTree = "<group>"; };
E5F1B03E21184F9400A879A1 /* IFishHotpotUDPHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IFishHotpotUDPHelper.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -9638,6 +9641,8 @@
883E781E1D48A5E50030E075 /* SelectDeviceViewController.m */,
883E781F1D48A5E50030E075 /* SetViewController.h */,
883E78201D48A5E50030E075 /* SetViewController.m */,
E5F1B03E21184F9400A879A1 /* IFishHotpotUDPHelper.h */,
E5F1B03D21184F9300A879A1 /* IFishHotpotUDPHelper.m */,
E56A745F20FCDBFC000129C9 /* ConnectHotpotViewController.h */,
E56A746020FCDBFC000129C9 /* ConnectHotpotViewController.m */,
E56A746120FCDBFC000129C9 /* ConnectHotpotViewController.xib */,
@@ -16325,6 +16330,7 @@
88779EAF1E28BD4200209ABA /* KanHuFuWuViewController.m in Sources */,
88602F661E12002600F3DB5D /* NTESSnapchatAttachment.m in Sources */,
88742C2A1D63F4EA0074F1F8 /* ShopCertificationViewController.m in Sources */,
E5F1B03F21184F9400A879A1 /* IFishHotpotUDPHelper.m in Sources */,
88602DBB1E10D97E00F3DB5D /* UIImage+MultiFormat.m in Sources */,
881671DF1EA5DE2B00BEBF23 /* UMComUserTableViewCell.m in Sources */,
881671EE1EA5DE2B00BEBF23 /* UMComGridView.m in Sources */,