| 12345678910111213141516171819202122232425 |
- //
- // OtherAccoutView.m
- // BuguLive
- //
- // Created by 范东 on 2019/1/15.
- // Copyright © 2019 xfg. All rights reserved.
- //
- #import "OtherAccoutView.h"
- @implementation OtherAccoutView
- - (void)awakeFromNib{
- [super awakeFromNib];
- }
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|