// // FLEXNetworkTransactionCell.h // Flipboard // // Created by Ryan Olson on 2/8/15. // Copyright (c) 2020 FLEX Team. All rights reserved. // #import @class FLEXNetworkTransaction; @interface FLEXNetworkTransactionCell : UITableViewCell @property (nonatomic) FLEXNetworkTransaction *transaction; @property (nonatomic, readonly, class) NSString *reuseID; @property (nonatomic, readonly, class) CGFloat preferredCellHeight; @end