//
// ViewAttribute.swift
// Snappy
// Created by Jonas Budelmann on 25/07/14.
// Copyright (c) 2014 Jonas Budelmann. All rights reserved.
import UIKit
struct ViewAttribute {
weak var view: View?
var layoutAttribute: NSLayoutAttribute
}