// // ViewController2.h // Appcircle // // Created by Dogan Ekici on 5.11.2019. // Copyright © 2019 Dogan Ekici. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ViewController2 : UIViewController @property (weak, nonatomic) IBOutlet UILabel *lblVersion; @property (weak, nonatomic) IBOutlet UILabel *lblApi; @end NS_ASSUME_NONNULL_END