NSLayoutConstraint+MASDebugAdditions.h 326 B

12345678910111213141516
  1. //
  2. // NSLayoutConstraint+MASDebugAdditions.h
  3. // Masonry
  4. //
  5. // Created by Jonas Budelmann on 3/08/13.
  6. // Copyright (c) 2013 Jonas Budelmann. All rights reserved.
  7. //
  8. #import "MASUtilities.h"
  9. /**
  10. * makes debug and log output of NSLayoutConstraints more readable
  11. */
  12. @interface NSLayoutConstraint (MASDebugAdditions)
  13. @end