// // NoContentView.h // DreamTown // // Created by 小收 on 2020/1/30. // Copyright © 2020 小收. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NoContentView : UIView @property (weak, nonatomic) IBOutlet UIImageView *imgV; @property (weak, nonatomic) IBOutlet UILabel *titleLab; @end NS_ASSUME_NONNULL_END