Sign in

iOS Team / CNLiveUserSystem · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveUserSystem
  • CNLiveUserSystemDemo
  • Tools
  • CNLiveLogout.h
  • 用户系统
    4f42dd76
    朱林 authored
    2016-09-22 10:22:09 +0800  
    Browse Code »
CNLiveLogout.h 244 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  CNLiveLogout.h
//  CNLiveUserSystemDemo
//
//  Created by iOS on 16/9/18.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface CNLiveLogout : NSObject

+ (void)clearLocalUserInfo;

@end