// // BasicViewController.h // RA Image // // Created by Jack on 2017/4/27. // Copyright © 2017年 USAI. All rights reserved. // #import #import "const.h" #import "config.h" #import "RAINetwork.h" #import "AppDelegate.h" #import "RAUtils.h" extern NSString *const LogoutNotification; @interface BasicViewController : UIViewController @property (nonatomic,strong,readonly) NSNotificationCenter *notificationCenter; - (id)userDefaultsValue:(NSString *)key; - (void)setUserDefaultsValue:(id)value forKey:(NSString *)key; - (void)userLogout:(NSNotification *)notification; @end