minivmac4ios/Mini vMac/ScreenView.h

19 lines
351 B
C
Raw Normal View History

2016-05-01 17:05:36 +00:00
//
// ScreenView.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 30/04/2016.
2018-04-28 10:12:43 +00:00
// Copyright © 2016-2018 namedfork. All rights reserved.
2016-05-01 17:05:36 +00:00
//
#import <UIKit/UIKit.h>
@interface ScreenView : UIView
2016-05-01 21:44:47 +00:00
@property (nonatomic, readonly) CGRect screenBounds;
@property (nonatomic, readonly) CGSize screenSize;
2016-05-01 17:05:36 +00:00
+ (instancetype)sharedScreenView;
@end