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 |
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; |
| // erkanyildiz | |
| // 20160707-1213-UTC+09 | |
| // | |
| // NSString+GoogleSuggestions.h | |
| #import <Foundation/Foundation.h> | |
| @interface NSString (GoogleSuggestions) | |
| - (void)GoogleSuggestions:(void (^)(NSArray* suggestions, NSError* error))completion; | |
| - (void)GoogleSuggestionsForLanguage:(NSString*)ISOLanguageCode completion:(void (^)(NSArray* suggestions, NSError* error))completion; |
| // erkanyildiz | |
| // 20150105-1132 | |
| // | |
| // NSString+Evaluate.h | |
| #import <Foundation/Foundation.h> | |
| extern NSString* const kEYStringEvaluateError; | |
| @interface NSString (Evaluate) |