ViewController2.h 327 B

12345678910111213141516171819
  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. @end
  13. NS_ASSUME_NONNULL_END