import 'package:aslan/chatvibe_domain/models/res/gift_res.dart'; abstract class ChatVibeGiftRepository { ///礼物墙 Future> giftWall(String userId); }