Skip to content
Snippets Groups Projects
LogViewController.h 234 B
//
//  LogViewController.h
//  xchighlight
//
//  Created by EthanRDoesMC on 3/18/21.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface LogViewController : UIViewController
-(void)updateLog;
@end

NS_ASSUME_NONNULL_END