2010-09-25 07:34:32 -05:00
|
|
|
//
|
|
|
|
// MGMVMAddons.h
|
|
|
|
// VoiceMob
|
|
|
|
//
|
|
|
|
// Created by Mr. Gecko on 9/24/10.
|
2013-07-20 06:56:17 -05:00
|
|
|
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). http://mrgeckosmedia.com/
|
2010-09-25 07:34:32 -05:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
@interface UIDevice (MGMVMAddons)
|
|
|
|
- (BOOL)isPad;
|
|
|
|
- (NSString *)appendDeviceSuffixToString:(NSString *)theString;
|
2010-10-01 22:03:15 -05:00
|
|
|
@end
|
|
|
|
|
2013-07-20 06:56:17 -05:00
|
|
|
@interface UIScreen (MGMVMAddons)
|
|
|
|
- (BOOL)isRetina;
|
|
|
|
@end
|
|
|
|
|
2010-10-01 22:03:15 -05:00
|
|
|
@interface UIColor (MGMVMAddons)
|
|
|
|
- (UIColor *)colorWithDifference:(CGFloat)theDifference;
|
2010-09-25 07:34:32 -05:00
|
|
|
@end
|