1234567891011121314151617 |
- //
- // WFCFavoriteUnknownCell.h
- // WildFireChat
- //
- // Created by Tom Lee on 2020/11/1.
- // Copyright © 2020 WildFireChat. All rights reserved.
- //
- #import "WFCFavoriteBaseCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCFavoriteCompositeCell : WFCFavoriteBaseCell
- @end
- NS_ASSUME_NONNULL_END
|