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
Jonas Budelmann
2013-07-27 22:13:33 +1000
Commit
91b5953c475c2b83a6689ab40dd269df5acaf436
1 parent
c52bb5a2
remove unused added property
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
Masonry/MASCompositeConstraint.m
MasonryTests/MASCompositeConstraintSpec.m
Masonry/MASCompositeConstraint.m
View file @
91b5953
...
...
@@ -13,7 +13,6 @@
@interface
MASCompositeConstraint
()
<
MASConstraintDelegate
>
@property
(
nonatomic
,
strong
)
NSMutableArray
*
childConstraints
;
@property
(
nonatomic
,
assign
)
BOOL
added
;
@end
...
...
MasonryTests/MASCompositeConstraintSpec.m
View file @
91b5953
...
...
@@ -12,7 +12,6 @@
@interface
MASCompositeConstraint
()
<
MASConstraintDelegate
>
@property
(
nonatomic
,
strong
)
NSMutableArray
*
childConstraints
;
@property
(
nonatomic
,
assign
)
BOOL
added
;
@end
...
...
Please
register
or
login
to post a comment