设置-个人信息和权限管理

This commit is contained in:
zu
2021-12-28 01:03:57 +08:00
committed by fengshuo
parent 9154bb74b5
commit a9ffaba490
20 changed files with 555 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
//
// XPPermissionsViewController.h
// xplan-ios
//
// Created by zu on 2021/12/28.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPPermissionsViewController : BaseViewController
@end
NS_ASSUME_NONNULL_END