Files
yinmeng-ios/xplan-ios/Main/ModuleKit/FaceView/Presenter/XPFacePresenter.h

17 lines
213 B
C
Raw Normal View History

2021-12-29 19:14:10 +08:00
//
// XPFacePresenter.h
// xplan-ios
//
// Created by GreenLand on 2021/12/28.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPFacePresenter : NSObject
@end
NS_ASSUME_NONNULL_END