Tabster/Classes/LandscapeViewController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The application view controller used when the device is in landscape orientation.
 */
 
@import UIKit;
 
@interface LandscapeViewController : UIViewController
 
@property (nonatomic, strong) UIImage *image;
 
@end