SignViewController.h 299 B

12345678910111213141516
  1. //
  2. // ViewController.h
  3. // SignDemo
  4. //
  5. // Created by yunlong on 2017/6/28.
  6. // Copyright © 2017年 yunlong. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SignDelegate.h"
  10. @interface SignViewController : UIViewController
  11. @property(nonatomic,weak) id<SignDelegate> signDelegate;
  12. @end