// // SimpleMenu.h // Apex Mobile // // Created by Ray on 14-4-22. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface SimpleMenu : UIView - (void)addItem:(NSString*)text; @end