WFCFavoriteSoundCell.h 331 B

1234567891011121314151617
  1. //
  2. // WFCFavoriteFileCell.h
  3. // WildFireChat
  4. //
  5. // Created by Tom Lee on 2020/11/1.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCFavoriteBaseCell.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WFCFavoriteSoundCell : WFCFavoriteBaseCell
  11. @property(nonatomic, assign)BOOL isPlaying;
  12. @end
  13. NS_ASSUME_NONNULL_END