-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonLibrary.h
More file actions
41 lines (36 loc) · 1.01 KB
/
CommonLibrary.h
File metadata and controls
41 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//
// CommonLibrary.h
// EMAN
//
// Created by Martin Darma Kusuma Tjandra on 1/18/16.
// Copyright © 2016 Danny Raharja. All rights reserved.
//
// Core
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
// Screen Specifics
#import <AVFoundation/AVFoundation.h>
#import <MapKit/MapKit.h>
#import <MapKit/MKAnnotation.h>
// Additional
#import "CommonTypes.h"
#import "CommonConstants.h"
// #import "CommonUtility.h"
#import "UIViewController+FrequentTools.h"
#import "UIView+Positioning.m"
#import "UILabel+HeightToFit.h"
#import "UITextField+HeightToFit.h"
#import "UIView+Border.h"
#import "UIImageView+ResizeProportionally.h"
#import "UIViewController+FirstResponder.h"
#import "OSTextField.h"
#import "UITableView+ReloadDataAnimate.h"
#import "NSString+Trim.h"
#import "NSIndexPath+MockupShortcut.h"
#import "UIImageView+RoundedRect.h"
#import "UITableViewCell+Separator.h"
#import "NSDate+String.h"
#import "UIView+RoundedRect.h"
#import "UIView+Rotate.h"
#import "UIColor+Hex.h"