Skip to content

Commit 9abf390

Browse files
committed
Initial commit
1 parent 01894e6 commit 9abf390

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3050
-14
lines changed

Default-568h@2x.png

590 KB
Loading

Default.png

590 KB
Loading

Default@2x.png

590 KB
Loading

Skylog.xcodeproj/project.pbxproj

+114
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
A272B5E41730A86400F10F6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A272B5C51730A86300F10F6B /* Foundation.framework */; };
2222
A272B5EC1730A86400F10F6B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A272B5EA1730A86400F10F6B /* InfoPlist.strings */; };
2323
A272B5EF1730A86400F10F6B /* SkylogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5EE1730A86400F10F6B /* SkylogTests.m */; };
24+
A272B60A1730AF1700F10F6B /* FirstTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */; };
25+
A272B60B1730AF1700F10F6B /* InitialSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */; };
26+
A272B60C1730AF1700F10F6B /* MenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FF1730AF1700F10F6B /* MenuViewController.m */; };
27+
A272B60D1730AF1700F10F6B /* NavigationTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6011730AF1700F10F6B /* NavigationTopViewController.m */; };
28+
A272B60E1730AF1700F10F6B /* SampleTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6031730AF1700F10F6B /* SampleTableViewController.m */; };
29+
A272B60F1730AF1700F10F6B /* SecondTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6051730AF1700F10F6B /* SecondTopViewController.m */; };
30+
A272B6101730AF1700F10F6B /* ThirdTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6071730AF1700F10F6B /* ThirdTopViewController.m */; };
31+
A272B6111730AF1700F10F6B /* UnderRightViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6091730AF1700F10F6B /* UnderRightViewController.m */; };
32+
A272B6161730AF3C00F10F6B /* ECSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */; };
33+
A272B6171730AF3C00F10F6B /* UIImage+ImageWithUIView.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */; };
34+
A272B61A1730AF8600F10F6B /* iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A272B6191730AF8600F10F6B /* iPhone.storyboard */; };
35+
A272B61C1731D8F700F10F6B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61B1731D8F700F10F6B /* Default.png */; };
36+
A272B61E1731D90100F10F6B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61D1731D90100F10F6B /* Default@2x.png */; };
37+
A272B6201731D90800F10F6B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61F1731D90800F10F6B /* Default-568h@2x.png */; };
38+
A272B6231732288900F10F6B /* FourthTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6221732288900F10F6B /* FourthTopViewController.m */; };
39+
A272B626173228D000F10F6B /* FifthTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B625173228CF00F10F6B /* FifthTopViewController.m */; };
2440
/* End PBXBuildFile section */
2541

2642
/* Begin PBXContainerItemProxy section */
@@ -53,6 +69,34 @@
5369
A272B5EB1730A86400F10F6B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5470
A272B5ED1730A86400F10F6B /* SkylogTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SkylogTests.h; sourceTree = "<group>"; };
5571
A272B5EE1730A86400F10F6B /* SkylogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SkylogTests.m; sourceTree = "<group>"; };
72+
A272B5FA1730AF1700F10F6B /* FirstTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FirstTopViewController.h; sourceTree = "<group>"; };
73+
A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FirstTopViewController.m; sourceTree = "<group>"; };
74+
A272B5FC1730AF1700F10F6B /* InitialSlidingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitialSlidingViewController.h; sourceTree = "<group>"; };
75+
A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InitialSlidingViewController.m; sourceTree = "<group>"; };
76+
A272B5FE1730AF1700F10F6B /* MenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuViewController.h; sourceTree = "<group>"; };
77+
A272B5FF1730AF1700F10F6B /* MenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuViewController.m; sourceTree = "<group>"; };
78+
A272B6001730AF1700F10F6B /* NavigationTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationTopViewController.h; sourceTree = "<group>"; };
79+
A272B6011730AF1700F10F6B /* NavigationTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NavigationTopViewController.m; sourceTree = "<group>"; };
80+
A272B6021730AF1700F10F6B /* SampleTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleTableViewController.h; sourceTree = "<group>"; };
81+
A272B6031730AF1700F10F6B /* SampleTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleTableViewController.m; sourceTree = "<group>"; };
82+
A272B6041730AF1700F10F6B /* SecondTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecondTopViewController.h; sourceTree = "<group>"; };
83+
A272B6051730AF1700F10F6B /* SecondTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SecondTopViewController.m; sourceTree = "<group>"; };
84+
A272B6061730AF1700F10F6B /* ThirdTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThirdTopViewController.h; sourceTree = "<group>"; };
85+
A272B6071730AF1700F10F6B /* ThirdTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThirdTopViewController.m; sourceTree = "<group>"; };
86+
A272B6081730AF1700F10F6B /* UnderRightViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnderRightViewController.h; sourceTree = "<group>"; };
87+
A272B6091730AF1700F10F6B /* UnderRightViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UnderRightViewController.m; sourceTree = "<group>"; };
88+
A272B6121730AF3C00F10F6B /* ECSlidingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECSlidingViewController.h; sourceTree = "<group>"; };
89+
A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECSlidingViewController.m; sourceTree = "<group>"; };
90+
A272B6141730AF3C00F10F6B /* UIImage+ImageWithUIView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+ImageWithUIView.h"; sourceTree = "<group>"; };
91+
A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ImageWithUIView.m"; sourceTree = "<group>"; };
92+
A272B6191730AF8600F10F6B /* iPhone.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhone.storyboard; sourceTree = "<group>"; };
93+
A272B61B1731D8F700F10F6B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
94+
A272B61D1731D90100F10F6B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
95+
A272B61F1731D90800F10F6B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
96+
A272B6211732288900F10F6B /* FourthTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FourthTopViewController.h; sourceTree = "<group>"; };
97+
A272B6221732288900F10F6B /* FourthTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FourthTopViewController.m; sourceTree = "<group>"; };
98+
A272B624173228CF00F10F6B /* FifthTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FifthTopViewController.h; sourceTree = "<group>"; };
99+
A272B625173228CF00F10F6B /* FifthTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FifthTopViewController.m; sourceTree = "<group>"; };
56100
/* End PBXFileReference section */
57101

58102
/* Begin PBXFrameworksBuildPhase section */
@@ -82,6 +126,9 @@
82126
A272B5B71730A86300F10F6B = {
83127
isa = PBXGroup;
84128
children = (
129+
A272B61F1731D90800F10F6B /* Default-568h@2x.png */,
130+
A272B61D1731D90100F10F6B /* Default@2x.png */,
131+
A272B61B1731D8F700F10F6B /* Default.png */,
85132
A272B5C91730A86300F10F6B /* Skylog */,
86133
A272B5E71730A86400F10F6B /* SkylogTests */,
87134
A272B5C21730A86300F10F6B /* Frameworks */,
@@ -112,6 +159,9 @@
112159
A272B5C91730A86300F10F6B /* Skylog */ = {
113160
isa = PBXGroup;
114161
children = (
162+
A272B6191730AF8600F10F6B /* iPhone.storyboard */,
163+
A272B5F91730AEF300F10F6B /* Vendors */,
164+
A272B5F81730AEEC00F10F6B /* Controllers */,
115165
A272B5D21730A86300F10F6B /* AppDelegate.h */,
116166
A272B5D31730A86300F10F6B /* AppDelegate.m */,
117167
A272B5CA1730A86300F10F6B /* Supporting Files */,
@@ -152,6 +202,52 @@
152202
name = "Supporting Files";
153203
sourceTree = "<group>";
154204
};
205+
A272B5F81730AEEC00F10F6B /* Controllers */ = {
206+
isa = PBXGroup;
207+
children = (
208+
A272B5FA1730AF1700F10F6B /* FirstTopViewController.h */,
209+
A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */,
210+
A272B5FC1730AF1700F10F6B /* InitialSlidingViewController.h */,
211+
A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */,
212+
A272B5FE1730AF1700F10F6B /* MenuViewController.h */,
213+
A272B5FF1730AF1700F10F6B /* MenuViewController.m */,
214+
A272B6001730AF1700F10F6B /* NavigationTopViewController.h */,
215+
A272B6011730AF1700F10F6B /* NavigationTopViewController.m */,
216+
A272B6021730AF1700F10F6B /* SampleTableViewController.h */,
217+
A272B6031730AF1700F10F6B /* SampleTableViewController.m */,
218+
A272B6041730AF1700F10F6B /* SecondTopViewController.h */,
219+
A272B6051730AF1700F10F6B /* SecondTopViewController.m */,
220+
A272B6061730AF1700F10F6B /* ThirdTopViewController.h */,
221+
A272B6071730AF1700F10F6B /* ThirdTopViewController.m */,
222+
A272B6081730AF1700F10F6B /* UnderRightViewController.h */,
223+
A272B6091730AF1700F10F6B /* UnderRightViewController.m */,
224+
A272B6211732288900F10F6B /* FourthTopViewController.h */,
225+
A272B6221732288900F10F6B /* FourthTopViewController.m */,
226+
A272B624173228CF00F10F6B /* FifthTopViewController.h */,
227+
A272B625173228CF00F10F6B /* FifthTopViewController.m */,
228+
);
229+
name = Controllers;
230+
sourceTree = "<group>";
231+
};
232+
A272B5F91730AEF300F10F6B /* Vendors */ = {
233+
isa = PBXGroup;
234+
children = (
235+
A272B6181730AF4300F10F6B /* ECSlidingViewController */,
236+
);
237+
name = Vendors;
238+
sourceTree = "<group>";
239+
};
240+
A272B6181730AF4300F10F6B /* ECSlidingViewController */ = {
241+
isa = PBXGroup;
242+
children = (
243+
A272B6121730AF3C00F10F6B /* ECSlidingViewController.h */,
244+
A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */,
245+
A272B6141730AF3C00F10F6B /* UIImage+ImageWithUIView.h */,
246+
A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */,
247+
);
248+
name = ECSlidingViewController;
249+
sourceTree = "<group>";
250+
};
155251
/* End PBXGroup section */
156252

157253
/* Begin PBXNativeTarget section */
@@ -227,6 +323,10 @@
227323
A272B5D61730A86300F10F6B /* Default.png in Resources */,
228324
A272B5D81730A86300F10F6B /* Default@2x.png in Resources */,
229325
A272B5DA1730A86300F10F6B /* Default-568h@2x.png in Resources */,
326+
A272B61A1730AF8600F10F6B /* iPhone.storyboard in Resources */,
327+
A272B61C1731D8F700F10F6B /* Default.png in Resources */,
328+
A272B61E1731D90100F10F6B /* Default@2x.png in Resources */,
329+
A272B6201731D90800F10F6B /* Default-568h@2x.png in Resources */,
230330
);
231331
runOnlyForDeploymentPostprocessing = 0;
232332
};
@@ -263,6 +363,18 @@
263363
files = (
264364
A272B5D01730A86300F10F6B /* main.m in Sources */,
265365
A272B5D41730A86300F10F6B /* AppDelegate.m in Sources */,
366+
A272B60A1730AF1700F10F6B /* FirstTopViewController.m in Sources */,
367+
A272B60B1730AF1700F10F6B /* InitialSlidingViewController.m in Sources */,
368+
A272B60C1730AF1700F10F6B /* MenuViewController.m in Sources */,
369+
A272B60D1730AF1700F10F6B /* NavigationTopViewController.m in Sources */,
370+
A272B60E1730AF1700F10F6B /* SampleTableViewController.m in Sources */,
371+
A272B60F1730AF1700F10F6B /* SecondTopViewController.m in Sources */,
372+
A272B6101730AF1700F10F6B /* ThirdTopViewController.m in Sources */,
373+
A272B6111730AF1700F10F6B /* UnderRightViewController.m in Sources */,
374+
A272B6161730AF3C00F10F6B /* ECSlidingViewController.m in Sources */,
375+
A272B6171730AF3C00F10F6B /* UIImage+ImageWithUIView.m in Sources */,
376+
A272B6231732288900F10F6B /* FourthTopViewController.m in Sources */,
377+
A272B626173228D000F10F6B /* FifthTopViewController.m in Sources */,
266378
);
267379
runOnlyForDeploymentPostprocessing = 0;
268380
};
@@ -437,6 +549,7 @@
437549
A272B5F41730A86400F10F6B /* Release */,
438550
);
439551
defaultConfigurationIsVisible = 0;
552+
defaultConfigurationName = Release;
440553
};
441554
A272B5F51730A86400F10F6B /* Build configuration list for PBXNativeTarget "SkylogTests" */ = {
442555
isa = XCConfigurationList;
@@ -445,6 +558,7 @@
445558
A272B5F71730A86400F10F6B /* Release */,
446559
);
447560
defaultConfigurationIsVisible = 0;
561+
defaultConfigurationName = Release;
448562
};
449563
/* End XCConfigurationList section */
450564
};

Skylog.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "1.0">
5+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0460"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "A272B5BF1730A86300F10F6B"
18+
BuildableName = "Skylog.app"
19+
BlueprintName = "Skylog"
20+
ReferencedContainer = "container:Skylog.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "A272B5DF1730A86400F10F6B"
36+
BuildableName = "SkylogTests.octest"
37+
BlueprintName = "SkylogTests"
38+
ReferencedContainer = "container:Skylog.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "A272B5BF1730A86300F10F6B"
46+
BuildableName = "Skylog.app"
47+
BlueprintName = "Skylog"
48+
ReferencedContainer = "container:Skylog.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<BuildableProductRunnable>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "A272B5BF1730A86300F10F6B"
65+
BuildableName = "Skylog.app"
66+
BlueprintName = "Skylog"
67+
ReferencedContainer = "container:Skylog.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<BuildableProductRunnable>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "A272B5BF1730A86300F10F6B"
83+
BuildableName = "Skylog.app"
84+
BlueprintName = "Skylog"
85+
ReferencedContainer = "container:Skylog.xcodeproj">
86+
</BuildableReference>
87+
</BuildableProductRunnable>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Skylog.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>A272B5BF1730A86300F10F6B</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>A272B5DF1730A86400F10F6B</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
26+
</dict>
27+
</plist>

Skylog/AppDelegate.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
#import <UIKit/UIKit.h>
10+
#import "ECSlidingViewController.h"
1011

1112
@interface AppDelegate : UIResponder <UIApplicationDelegate>
1213

0 commit comments

Comments
 (0)