// // ShareViewController.h // ShareSupport // // Created by HonorLee on 16/1/13. // Copyright © 2016年 HonorLee. All rights reserved. // #import #import @interface ShareViewController : UIViewController @property (strong, nonatomic) IBOutlet UIView *FirstView; @property (strong, nonatomic) IBOutlet UIView *SecondView; @property (strong, nonatomic) IBOutlet UILabel *FistViewURLText; - (IBAction)Cancel:(id)sender; - (IBAction)Analyse:(id)sender; @property (strong, nonatomic) IBOutlet UIBarButtonItem *FirstNextBtn; @end