18 lines
260 B
C
18 lines
260 B
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
|