NSLayoutConstraint+MT.h 255 B

12345678910111213141516
  1. //
  2. // NSLayoutConstraint+MT.h
  3. // SeafoodAccount
  4. //
  5. // Created by Simon on 2019/8/19.
  6. // Copyright © 2019 Simon. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NSLayoutConstraint (MT)
  11. @end
  12. NS_ASSUME_NONNULL_END