Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/XPMineAccountView.h

17 lines
201 B
C
Raw Normal View History

2021-09-16 19:30:22 +08:00
//
// XPMineAccountView.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineAccountView : UIView
@end
NS_ASSUME_NONNULL_END