// // RAMenu.h // Granite Expo eSign // // Created by Ray on 02/03/2017. // Copyright © 2017 United Software Applications, Inc. All rights reserved. // #import @interface RAMenu : UIView @property (strong, nonatomic) UITableView* tableView; //@property (assign, nonatomic) CGRect frame; @property (strong, nonatomic) NSMutableArray* arr_menuItems; @end