• This project
    • Loading...
  • Sign in

ios / Masonry · Files

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
  • Masonry
  • Examples
  • Masonry iOS Examples
  • MASExampleRemakeView.h
  • Update the documentation to include the changes made in 0.5. ...
    c5c13595
    The documentation has been updating to include details about the changes
    made in 0.5. There is also a new section in the iOS example project to
    demonstrate mas_remakeConstraints.
    by Sam Symons
    2014-06-22 09:50:28 -0700  
    Browse Files
MASExampleRemakeView.h 236 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  MASExampleRemakeView.h
//  Masonry iOS Examples
//
//  Created by Sam Symons on 2014-06-22.
//  Copyright (c) 2014 Jonas Budelmann. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MASExampleRemakeView : UIView

@end