// // IfishUDPBroadCastHelper.h // Ifish // // Created by imac on 16/9/12. // Copyright © 2016年 lianxiang. All rights reserved. // #import #import "AsyncUdpSocket.h" @interface IfishUDPBroadCastHelper : NSObject @property (nonatomic, strong) AsyncUdpSocket *clientSocket; + (IfishUDPBroadCastHelper *)sharedInstance; @property (nonatomic,strong) NSTimer *loopTimer; -(void)broadCaseUDP; @end