123456789101112131415161718 |
- //
- // PersonalCertificationHeaderView.m
- // ChinaTheoryNetwork
- //
- // Created by 张毅成 on 2019/3/12.
- // Copyright © 2019 张毅成. All rights reserved.
- //
- #import "PersonalCertificationHeaderView.h"
- @implementation PersonalCertificationHeaderView
- - (void)drawRect:(CGRect)rect {
- self.height = 175;
- }
- @end
|