123456789101112131415161718192021 |
- //
- // LDUserInfoManager.h
- // YouHuiProject
- //
- // Created by liuxueli on 2018/11/23.
- // Copyright © 2018 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface LDUserInfoManager : NSObject
- @property (nonatomic, strong)NSDictionary *userInfoDic;
- + (instancetype)shareManager;
- @end
- NS_ASSUME_NONNULL_END
|