// // GMTopSearchButton.h // Gengmei // // Created by wangyang on 4/27/15. // Copyright (c) 2015 Wanmeichuangyi. All rights reserved. // #import <UIKit/UIKit.h> #import "GMButton.h" @interface GMTopSearchButton : GMButton @end