12345678910111213141516171819 |
- //
- // ChatSearchFindbyPhotoCell.m
- // smartRhino
- //
- // Created by armin on 2019/11/8.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "ChatSearchFindbyPhotoCell.h"
- @implementation ChatSearchFindbyPhotoCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- @end
|