猎豆优选

LDUserInfoManager.h 358B

123456789101112131415161718192021
  1. //
  2. // LDUserInfoManager.h
  3. // YouHuiProject
  4. //
  5. // Created by liuxueli on 2018/11/23.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LDUserInfoManager : NSObject
  11. @property (nonatomic, strong)NSDictionary *userInfoDic;
  12. + (instancetype)shareManager;
  13. @end
  14. NS_ASSUME_NONNULL_END