localhostAdresses.h.svn-base
上传用户:kc0325
上传日期:2020-06-20
资源大小:204k
文件大小:0k
源码类别:

iPhone

开发平台:

Objective-C

  1. //
  2. //  localhostAdresses.h
  3. //  iPhoneHTTPServer
  4. //
  5. //  Created by Nonnus on 11/30/08.
  6. //  Copyright 2008 __MyCompanyName__. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface localhostAdresses : NSObject {
  10. }
  11. + (void)list;
  12. @end