17 lines
237 B
C
17 lines
237 B
C
![]() |
//
|
||
|
// 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
|