| 12345678910111213141516171819202122 |
- //
- // BasicViewController.h
- // RA Image
- //
- // Created by Jack on 2017/4/27.
- // Copyright © 2017年 USAI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "const.h"
- #import "config.h"
- #import "RAINetwork.h"
- #import "AppDelegate.h"
- #import "RAUtils.h"
- @interface BasicViewController : UIViewController
- - (id)userDefaultsValue:(NSString *)key;
- - (void)setUserDefaultsValue:(id)value forKey:(NSString *)key;
- @end
|