forked from steipete/PSFoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSFoundation.h
84 lines (64 loc) · 1.76 KB
/
PSFoundation.h
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
//
// PSFoundation.h
//
// Created by Peter Steinberger on 03.05.10.
// includes all headers from PSFoundation
#import "Macros/SynthesizeSingleton.h"
#import "Lumberjack/DDLog.h"
#import "PSMacros.h"
#import "Categories/PSCategories.h"
#import "PSReachability.h"
#import "Reachability.h"
#import "IKNetworkActivityManager.h"
// http://www.mikeash.com/pyblog/friday-qa-2010-07-16-zeroing-weak-references-in-objective-c.html
#import "MAZeroingWeakRef.h"
// awesomeness at logging!
#import "VTPG_Common.h"
#import "ColorUtils.h"
#import "PSClassUtils.h"
#import "PSGlobal.h"
#import "SoundEffect.h"
#import "SFHFKeychainUtils.h"
// HUD
#import "DSActivityView.h"
#import "MBProgressHUD.h"
// InterfaceBuilder
#import "BSUIViewRearranger.h"
#import "UIView+CWNibLocalizations.h"
// ScrollView
#import "PSScrollContentView.h"
// Splash Screen
#import "MTSplashScreen.h"
#import "MTSplashScreenDelegate.h"
// Universal
#import "MTUniversalHelper.h"
// Core Graphics
#import "CoreGraphicsHelper.h"
// invocations & proxies
#import "DDInvocationGrabber.h"
#import "NSObject+DDExtensions.h"
#import "NSObject+Proxy.h"
#import "NSInvocation+blocks.h"
#import "PSAlertView.h"
#import "PSActionSheet.h"
#import "LRPopoverManager.h"
#import "PSCompatibility.h"
// more logging stuff
#import "DDTTYLogger.h"
#import "DDFileLogger.h"
#import "DDNSLoggerLogger.h" // network logging!
#import "PSDDFormatter.h"
#import "ColorLog.h"
// first class tableview cells!
#import "PSGenericCell.h"
#import "PSGenericView.h"
#import "PSShadowView.h"
#import "PSTableViewController.h"
#import "DTCustomColoredAccessory.h"
// ui components
#import "PSNonEdiableTextView.h"
// helper for settings
#import "PSSettingsUtil.h"
#import "PSStatusBarSaver.h"
#import "TPAutoArchiver.h"
#import "SMModelObject.h"