Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/XPMineAccountView.h
2022-07-25 18:56:36 +08:00

19 lines
253 B
Objective-C

//
// XPMineAccountView.h
// xplan-ios
//
// Created by GreenLand on 2022/7/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineAccountView : UIView
@property (nonatomic, copy) NSString *diamonds;
@end
NS_ASSUME_NONNULL_END