Files
yinmeng-ios/xplan-ios/Base/UI/SendGiftView/Presenter/XPGiftPresenter.h

17 lines
212 B
C
Raw Normal View History

2021-11-10 18:42:27 +08:00
//
// XPGiftPresenter.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/9.
//
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPGiftPresenter : BaseMvpPresenter
@end
NS_ASSUME_NONNULL_END