Files
peko-ios/YuMi/Modules/YMLogin/View/CustomView/UserPrivacyView.h
2023-07-14 18:50:55 +08:00

18 lines
253 B
Objective-C

//
// UserPrivacyView.h
// YUMI
//
// Created by YUMI 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