localhostAdresses.h.svn-base
上传用户:kc0325
上传日期:2020-06-20
资源大小:204k
文件大小:0k
源码类别:
iPhone
开发平台:
Objective-C
- //
- // localhostAdresses.h
- // iPhoneHTTPServer
- //
- // Created by Nonnus on 11/30/08.
- // Copyright 2008 __MyCompanyName__. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface localhostAdresses : NSObject {
- }
- + (void)list;
- @end