Class 'XYHomeMallCell' defined without specifying a base class

#import <UIKit/UIKit.h>


NS_ASSUME_NONNULL_BEGIN


@interface XYHomeMallCell : UITableViewCell <----- Class 'XYHomeMallCell' defined without specifying a base class





@end


NS_ASSUME_NONNULL_END

Replies

Could you show the complete file ?


Not sure the error comes from the line you show