GMTopSearchButton.h 234 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 // // 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