// // JDViewController.h // kneet2 // // Created by Created by Jason Lee on 10/1/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDObject.h" @class CustomTableView; @interface JDViewController : UIViewController { @protected NSMutableArray *_popooverOptionArray; __weak UIView *_mainView; } #pragma mark - Properties #pragma mark - Instance Methods - (UIButton *)generateOptionButton; - (void)setMenuPanGestureOnThis; - (void)resetOptions; - (void)dismissOptionPopOver:(void (^)(void))completion; @end