This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
FlashBack/FlashBack/ViewController.h
2020-01-30 19:11:59 +00:00

22 lines
482 B
Objective-C
Executable file

//
// ViewController.h
// FlashBack
//
// Created by Micah Gomez on 3/27/19.
// Copyright © 2019 Micah Gomez. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController <UIPickerViewDelegate, UIPickerViewDataSource>{
IBOutlet UILabel *selectedBackupText;
IBOutlet UIImageView *selectedBackupImage;
IBOutlet UIPickerView *selectedBackupPickerView;
}
@property (weak, nonatomic) IBOutlet UILabel *FlashBackTitle;
@end