// // AppDelegate.h // Appcircle // // Created by Dogan Ekici on 4.10.2019. // Copyright © 2019 Dogan Ekici. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @end