Files
yinmeng-ios/xplan-ios/Main/Login/View/CustomView/UserPrivacyView.h
2021-11-01 18:45:33 +08:00

18 lines
260 B
Objective-C

//
// 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