// // DefaultImageButton.h // HMLG Mobile // // Created by Ray on 5/30/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface DefaultImageButton : UIButton @end