AppDelegate.h 228 B

1234567891011121314
  1. //
  2. // AppDelegate.h
  3. // Temperature
  4. //
  5. // Created by RD on 2022/10/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @import Flutter;
  9. @interface AppDelegate : FlutterAppDelegate
  10. @property (nonatomic,strong) FlutterEngine *flutterEngine;
  11. @end