Language Designator ISO 639-1
- Specifies a language
- 2-letters, lowercase
- Ex:
en English
tr Turkish
ko Korean
// erkanyildiz | |
// 20180225-2331+0900 | |
// | |
// EYCrashTesting.h | |
#import <Foundation/Foundation.h> | |
#import <UIKit/UIKit.h> | |
@interface EYCrashTesting : NSObject |
// erkanyildiz | |
// 20170608-0308+0900 | |
// | |
// EYHilbertCurveView.h | |
#import <UIKit/UIKit.h> | |
@interface EYHilbertCurveView : UIView |
// erkanyildiz | |
// 20180823-0122+0900 | |
// | |
// FontAwesome.h | |
// Based on FontAwesome 4.7.0 | |
// Check https://fontawesome.com/v4.7.0/cheatsheet/ for icons | |
// Make sure FontAwesome.otf is specified in info plist file, and added to bundle resources. | |
#import <Foundation/Foundation.h> |
en English
tr Turkish
ko Korean
// erkanyildiz | |
// 20170828-2105+0900 | |
// | |
// EYSupportMailComposer.h | |
#import <Foundation/Foundation.h> | |
@interface EYSupportMailComposer : NSObject | |
+ (void)presentMailComposerOnViewController:(UIViewController *)viewController withEmail:(NSString *)email; |
// erkanyildiz | |
// 20160311-1158 | |
// | |
// EYUSBDeviceConnectivity.h | |
#import <Foundation/Foundation.h> | |
@interface EYUSBDeviceConnectivity : NSObject | |
+ (instancetype)sharedInstance; | |
@property (nonatomic, copy) void (^onDeviceConnect)(NSNotification* notification); |
// erkanyildiz | |
// 20160620-1913 | |
// | |
// EYDigitalCamouflageImage.h | |
#import <UIKit/UIKit.h> | |
typedef enum:NSInteger | |
{ | |
EYDCIWoodland, |
// erkanyildiz | |
// 20170815-2020+0900 | |
// | |
// EYAudioManager.h | |
#import <Foundation/Foundation.h> | |
#import <AVFoundation/AVFoundation.h> | |
extern NSString * const EYAudioManagerMuteStateChangedNotification; | |
@interface EYAudioManager : NSObject <AVAudioPlayerDelegate> |
// erkanyildiz | |
// 20150813-1940 | |
// | |
// EYInfiniteEquilateralTriangleAnimationView.h | |
#import <UIKit/UIKit.h> | |
@interface EYInfiniteEquilateralTriangleAnimationView : UIView | |
- (instancetype) initWithSide:(CGFloat)side andCenter:(CGPoint)center; | |
- (void) start; |
{ | |
"iPhone1,1": | |
{ | |
"name": "iPhone", | |
"cpu": "RISC ARM 11" | |
}, | |
"iPhone1,2": | |
{ | |
"name": "iPhone 3G", |