123456789101112131415161718 |
- //
- // FLEXNetworkTransactionDetailController.h
- // Flipboard
- //
- // Created by Ryan Olson on 2/10/15.
- // Copyright (c) 2020 FLEX Team. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class FLEXNetworkTransaction;
- @interface FLEXNetworkTransactionDetailController : UITableViewController
- @property (nonatomic) FLEXNetworkTransaction *transaction;
- @end
|