// // NewHomeViewController.h // AICity // // 新版首页控制器 // 功能:Banner轮播、热门推荐、今日推荐3列网格 // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface NewHomeViewController : UIViewController @end NS_ASSUME_NONNULL_END