ViewAttribute.swift 256 B

1234567891011121314
  1. //
  2. // ViewAttribute.swift
  3. // Snappy
  4. //
  5. // Created by Jonas Budelmann on 25/07/14.
  6. // Copyright (c) 2014 Jonas Budelmann. All rights reserved.
  7. //
  8. import UIKit
  9. struct ViewAttribute {
  10. weak var view: View?
  11. var layoutAttribute: NSLayoutAttribute
  12. }