1234567891011121314151617181920 |
- //
- // JXGenXinPhoneVc.h
- // shiku_im
- //
- // Created by 123 on 2020/5/30.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXGenXinPhoneVc : UIViewController
- @property (weak, nonatomic) IBOutlet UILabel *phoenL;
- @property (nonatomic,copy) NSString *strURL;
- @end
- NS_ASSUME_NONNULL_END
|