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