Skip to content
Snippets Groups Projects
LogViewController.h 217 B
Newer Older
  • Learn to ignore specific revisions
  • 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
    
    @end
    
    NS_ASSUME_NONNULL_END