-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d3c635
commit 1d1ffaa
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Pods | ||
*.xcworkspace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// PrefixHeader.pch | ||
// Pop | ||
// | ||
// Created by songmeng on 16/6/10. | ||
// Copyright © 2016年 songmeng. All rights reserved. | ||
// | ||
|
||
#ifndef PrefixHeader_pch | ||
#define PrefixHeader_pch | ||
|
||
// Include any system framework and library headers here that should be included in all compilation units. | ||
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file. | ||
|
||
#endif /* PrefixHeader_pch */ |