summaryrefslogtreecommitdiff
path: root/platform/ios/src/UIDevice+MGLAdditions.h
blob: a61aedf2db9ce2f8adcec21ef783f8e4fa5127b2 (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@interface UIDevice (MGLAdditions)

@property (nonatomic, readonly) BOOL mgl_isLegacyDevice;

@end