1234567891011121314151617 |
- //
- // JXDeviceAuthController.h
- // shiku_im
- //
- // Created by IMAC on 2019/8/21.
- // Copyright © 2019 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXDeviceAuthController : UIViewController
- - (instancetype)initWithMsg:(JXMessageObject *)msg;
- @end
- NS_ASSUME_NONNULL_END
|