澎湃iPad上线版本

orderCenterCell.h 495B

    // // orderCenterCell.h // ThePaperHD // // Created by scar1900 on 15/4/14. // Copyright (c) 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @protocol orderCenterCellDelegate <NSObject> - (void)orderNode:(BOOL)isOrder nodeInfoBO:(nodeObjectBO*)nodeInfoBO; @end @interface orderCenterCell : UITableViewCell @property(nonatomic, strong)nodeObjectBO *nodeBO; @property(nonatomic, assign)BOOL isOrdered; @property(nonatomic, weak)id<orderCenterCellDelegate> delegate; @end