AppDelegate.h 233 B

123456789101112131415
  1. //
  2. // AppDelegate.h
  3. // Appcircle
  4. //
  5. // Created by Dogan Ekici on 4.10.2019.
  6. // Copyright © 2019 Dogan Ekici. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  10. @end