// // MyIpAddress.h // MyLibrary // // Created by HDL on 2018/1/16. // Copyright © 2018年 com.hw. All rights reserved. // #import @interface MyIpAddress : NSObject + ( NSString *)getCurrentLocalIP; +( NSString*)getCurrentBroadcastIP ; @end