17 lines
226 B
Objective-C
17 lines
226 B
Objective-C
//
|
|
// XPHomeViewController.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/2/21.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPHomeViewController : BaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|