//
//  AstroMethodShimInstaller.swift
//  Astro
//
//  Created by Mark Sandstrom on 5/4/15.
//  Copyright (c) 2015 Mobify Research & Development Inc. All rights reserved.
//

import Foundation

class AstroMethodShimInstaller: MethodShimInstaller {
    required init() {}
    override func installShims(_ instance: AnyObject) {}
}
