Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
Masonry
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Skyler Lipthay
2014-03-12 22:59:06 -0700
Commit
88894deb64c1e083f420d492884d0619d068193e
1 parent
4c6078db
Explicitly #import <Foundation/Foundation.h> instead of assuming it has already been imported.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Masonry/MASUtilities.h
Masonry/MASUtilities.h
View file @
88894de
...
...
@@ -6,6 +6,8 @@
// Copyright (c) 2013 Jonas Budelmann. All rights reserved.
//
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
...
...
Please
register
or
login
to post a comment