Files
yinmeng-ios/xplan-ios/Main/Room/View/RoomRank/Presenter/XPRoomRankPresenter.h

17 lines
221 B
C
Raw Normal View History

2021-12-14 20:25:02 +08:00
//
// XPRoomRankPresenter.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/14.
//
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomRankPresenter : BaseMvpPresenter
@end
NS_ASSUME_NONNULL_END