Skip to content
Snippets Groups Projects
LogViewController.h 234 B
Newer Older
EthanRDoesMC's avatar
EthanRDoesMC committed
//
//  LogViewController.h
//  xchighlight
//
//  Created by EthanRDoesMC on 3/18/21.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface LogViewController : UIViewController
EthanRDoesMC's avatar
EthanRDoesMC committed
-(void)updateLog;
EthanRDoesMC's avatar
EthanRDoesMC committed
@end

NS_ASSUME_NONNULL_END