17 lines
212 B
C
17 lines
212 B
C
![]() |
//
|
||
|
// 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
|