ASView.h 309 B

12345678910111213141516
  1. //
  2. // ASView.h
  3. // BuguLive
  4. //
  5. // Created by GuoMs on 16/7/18.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ASView : UIView
  10. @property (strong, nonatomic) IBOutlet UILabel *SecutyLable;
  11. @property (strong, nonatomic) IBOutlet UIImageView *ShieldImageView;
  12. @end