新版本

This commit is contained in:
roy
2019-03-12 09:26:46 +08:00
parent cbbfcb098a
commit c08d198e11
431 changed files with 19432 additions and 9136 deletions
@@ -75,9 +75,7 @@
@property (nonatomic, copy ) NSString *socketHost; // socket的Host
@property (nonatomic, assign) UInt16 socketPort; // socket的prot
@property (nonatomic, retain) NSTimer *connectTimer; // 计时器 //心跳
@property (nonatomic, assign) id<IfishCommuniteDelegate>
communiteDelegate;
@property (nonatomic, weak) id<IfishCommuniteDelegate> communiteDelegate;
+ (Socketsingleton *)sharedInstance;