Skip to content
Snippets Groups Projects
BLNewChatViewController.h 307 B
Newer Older
  • Learn to ignore specific revisions
  • EthanRDoesMC's avatar
    EthanRDoesMC committed
    //
    //  BLNewChatViewController.h
    //  brooklyn
    //
    //  Created by EthanRDoesMC on 12/31/20.
    //
    
    #import <UIKit/UIKit.h>
    #import "BrooklynBridge.h"
    
    NS_ASSUME_NONNULL_BEGIN
    
    @interface BLNewChatViewController : UIViewController <UITextFieldDelegate>
    -(void)doAThing:(NSString *)tf;
    @end
    
    NS_ASSUME_NONNULL_END