ViewController2.h 381 B

1234567891011121314151617181920
  1. //
  2. // ViewController2.h
  3. // Appcircle
  4. //
  5. // Created by Dogan Ekici on 5.11.2019.
  6. // Copyright © 2019 Dogan Ekici. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ViewController2 : UIViewController
  11. @property (weak, nonatomic) IBOutlet UILabel *lblVersion;
  12. @property (weak, nonatomic) IBOutlet UILabel *lblApi;
  13. @end
  14. NS_ASSUME_NONNULL_END