SettingView.m
资源名称:PushBox.rar [点击查看]
上传用户:qhdwjd2004
上传日期:2020-12-29
资源大小:362k
文件大小:0k
源码类别:
iPhone
开发平台:
Objective-C
- #import "SettingView.h"
- @implementation SettingView
- - (id)initWithFrame:(CGRect)rect
- {
- if((self == [super initWithFrame:rect])!=nil)
- {
- }
- return self;
- }
- - (void)drawRect:(CGRect)rect
- {
- }
- - (void)dealloc
- {
- [self dealloc];
- [super dealloc];
- }
- - (void)setParentView:(UIView*)view
- {
- parentView = view;
- }
- @end