// // AppDelegate.h // goodpk // // Created by 歐特儀 on 2020/2/11. // Copyright © 2020 Altob. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow * window; @end