Skip to content

Instantly share code, notes, and snippets.

@shahidghafoor00
Created September 1, 2025 15:18
Show Gist options
  • Select an option

  • Save shahidghafoor00/f84d7bf599c41e3e569b31b76d4ebc57 to your computer and use it in GitHub Desktop.

Select an option

Save shahidghafoor00/f84d7bf599c41e3e569b31b76d4ebc57 to your computer and use it in GitHub Desktop.
//
// iOTG App master
//
// Created by Janak Shah on 26/01/2017.
// Copyright © 2017 Janak Shah. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DynamicTestViewController : UIViewController
@property (strong, nonatomic) NSString *testType;
@property (strong, nonatomic) UIButton *closeButton;
@property (strong, nonatomic) UIButton *backgroundView;
@property (strong, nonatomic) UIImageView *slideView;
@property (strong, nonatomic) UIVisualEffectView *blurView;
@property (nonatomic) int delayMS;
@property (nonatomic) int totalPages;
@property (nonatomic) int currentPage;
@property (strong, nonatomic) NSMutableArray *testSlides;
@property (nonatomic) NSInteger interOptotypeMS;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment