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

17 lines
229 B
Objective-C

//
// LMWechatKefuViewController.h
// SweetParty
//
// Created by Xmac on 2024/9/11.
//
#import "BaseController.h"
NS_ASSUME_NONNULL_BEGIN
@interface LMWechatKefuViewController : BaseController
@end
NS_ASSUME_NONNULL_END