// // FIRFooWrapper.h // Firebase // // Created by Nick Cooke on 5/8/25. // #import @interface FIRFooWrapper : NSObject - (void)doStuff; @end