// // AppDelegate.h // Temperature // // Created by RD on 2022/10/21. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end