CustomerEditViewController.h 344 B

1234567891011121314
  1. //
  2. // CustomerEditViewController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 11/4/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "CommonEditorViewController.h"
  9. @interface CustomerEditViewController : CommonEditorViewController
  10. @property bool bnewcustomer;
  11. @property bool bolocustomer;
  12. @end