Files
yinmeng-ios/xplan-ios/Main/Login/View/CustomView/UserPrivacyView.h

18 lines
260 B
C
Raw Normal View History

2021-11-01 17:17:56 +08:00
//
// UserPrivacyView.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/1.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UserPrivacyView : UIView
///
@property (nonatomic,strong) UIViewController * controller;
@end
NS_ASSUME_NONNULL_END