AppDelegate.h 232 B

1234567891011121314
  1. //
  2. // AppDelegate.h
  3. // iShop
  4. //
  5. // Created by Rui Zhang on 12/13/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  9. @property (strong,nonatomic)NSMutableDictionary* recent_model;
  10. @end