// // PushStateCell.h // model // // Created by MUMEI on 2018/8/2. // Copyright © 2018年 Mine. All rights reserved. // #import @protocol pushOrderDelegate @optional -(void)clickImage; @end @interface PushStateCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *Day; @property (weak, nonatomic) IBOutlet UIImageView *pushImage; @property (weak, nonatomic) id delegate; @end