Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/Friend/XPMineFriendTableViewCell.h
2022-02-17 14:25:12 +08:00

16 lines
226 B
Objective-C

//
// XPMineFriendTableViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/21.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFriendTableViewCell : UITableViewCell
@end
NS_ASSUME_NONNULL_END