1234567891011121314151617181920 |
- //
- // PersonalCertificationHeaderView.h
- // ChinaTheoryNetwork
- //
- // Created by 张毅成 on 2019/3/12.
- // Copyright © 2019 张毅成. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface PersonalCertificationHeaderView : UIView
- @property (weak, nonatomic) IBOutlet UIImageView *imageViewIcon;
- @property (weak, nonatomic) IBOutlet UILabel *labelTitle;
- @end
- NS_ASSUME_NONNULL_END
|