//
//  HandlesUserInteraction.swift
//  Astro
//
//  Created by Liz Cross on 2015-08-13.
//  Copyright (c) 2015 Mobify Research & Development Inc. All rights reserved.
//

import Foundation

public protocol HandlesUserInteraction {
}
