// // MiscNetworkRequests.h // FLEXample // // Created by Tanner on 3/12/20. // Copyright © 2020 Flipboard. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface MiscNetworkRequests : NSObject + (void)sendExampleRequests; @property (nonatomic, nullable) NSMutableArray *connections; @end NS_ASSUME_NONNULL_END