// // FLEXLogController.h // FLEX // // Created by Tanner on 3/17/19. // Copyright © 2019 Flipboard. All rights reserved. // #import #import "FLEXSystemLogMessage.h" @protocol FLEXLogController /// Guaranteed to call back on the main thread. + (instancetype)withUpdateHandler:(void(^)(NSArray *newMessages))newMessagesHandler; - (BOOL)startMonitoring; @end