AboutView.h
上传用户:qhdwjd2004
上传日期:2020-12-29
资源大小:362k
文件大小:0k
源码类别:

iPhone

开发平台:

Objective-C

  1. #import <CoreFoundation/CoreFoundation.h>
  2. #import <Foundation/Foundation.h>
  3. #import <UIKit/UIKit.h>
  4. #import "Map.h"
  5. @interface AboutView : UITextView
  6. {
  7. UIView *parentView;
  8.     UINavigationBar  *navBar;
  9. }
  10. - (id)initWithFrame:(CGRect)rect;
  11. - (void)dealloc;
  12. -(void)setParentView:(UIView*)view;
  13. @end