Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
[Network] Add the Core library header to the Network library header.
Browse files Browse the repository at this point in the history
Network depends upon the Core library, so we should have access to the
Core library when we import only the Network header.
  • Loading branch information
jverkoey committed Oct 14, 2010
1 parent bc93e85 commit b8f2e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Three20Network/Headers/Three20Network.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// limitations under the License. // limitations under the License.
// //


#import "Three20Core/Three20Core.h"

// Network // Network


// - Global // - Global
Expand Down

0 comments on commit b8f2e5b

Please sign in to comment.