UNICORN - iOS
UIScreen+property.h
1 #import <UIKit/UIKit.h>
2 
4 
5 @property NSInteger width;
6 @property NSInteger fullHeight;
7 @property NSInteger height;
8 
9 + (NSInteger)width;
10 + (NSInteger)fullHeight;
11 + (NSInteger)height;
12 + (NSInteger)getWidth;
13 + (NSInteger)getHeight;
14 
15 @end
Definition: UIScreen+property.h:3