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