Viewfile.h

IVIS

Jump to: navigation, 찾기

[편집] viefile.h


#import <UIKit/UIKit.h>


@interface viewfile : UIView {
	UITextView *tex;

}
@property(nonatomic, retain) UITextView *tex;

@end