| 12345678910111213141516 |
- //
- // ASView.h
- // BuguLive
- //
- // Created by GuoMs on 16/7/18.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ASView : UIView
- @property (strong, nonatomic) IBOutlet UILabel *SecutyLable;
- @property (strong, nonatomic) IBOutlet UIImageView *ShieldImageView;
- @end
|