// // MessageViewController.h // iSales-NPD // // Created by Ray on 3/22/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import @interface SimplifiedBuyingProgramViewController : UIViewController @property (strong, nonatomic) IBOutlet UITextView *textview; @end