ifish/Ifish/controllers/IfishTabControllers/我的/mineControllers/pushSetControllrs/IfishUDPBroadCastHelper.h

20 lines
457 B
Objective-C

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