// // AppDelegate.h // iShop // // Created by Rui Zhang on 12/13/23. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong,nonatomic)NSMutableDictionary* recent_model; @end