SimpleMenu.h 250 B

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