17 lines
254 B
Objective-C
17 lines
254 B
Objective-C
//
|
|
// myPointsBankHomeViewController.h
|
|
// XinjiangProject
|
|
//
|
|
// Created by Apple on 2026/2/6.
|
|
//
|
|
|
|
#import "XJBaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface myPointsBankHomeViewController : XJBaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|