Files
yuyin_ios/SweetParty/主类/Mine/Controller/SPInviteFriendVC.h
2025-08-08 11:05:33 +08:00

20 lines
293 B
Objective-C
Executable File

//
// SPInviteFriendVC.h
// SweetParty
//
// Created by bj_szd on 2022/6/8.
//
#import "BaseViewController.h"
#import "SPMineModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPInviteFriendVC : BaseViewController
@property (nonatomic, strong) SPMineModel *model;
@end
NS_ASSUME_NONNULL_END