// // LogViewController.h // xchighlight // // Created by EthanRDoesMC on 3/18/21. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface LogViewController : UIViewController @end NS_ASSUME_NONNULL_END