Viewfile.h
IVIS
[편집] viefile.h
#import <UIKit/UIKit.h>
@interface viewfile : UIView {
UITextView *tex;
}
@property(nonatomic, retain) UITextView *tex;
@end
#import <UIKit/UIKit.h>
@interface viewfile : UIView {
UITextView *tex;
}
@property(nonatomic, retain) UITextView *tex;
@end