// // CustomerEditViewController.h // RedAnt ERP Mobile // // Created by Ray on 11/4/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import "CommonEditorViewController.h" @interface CustomerEditViewController : CommonEditorViewController @property bool bnewcustomer; @property bool bolocustomer; @end