12345678910111213141516171819202122 |
- //
- // FKAppearanceUtil.h
- // FirstLink
- //
- // Created by ascii on 15/8/24.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKAppearanceUtil : NSObject
- + (void)configAppearance;
- + (void)configNavigationBar;
- + (void)configTextFieldAppearance;
- + (void)configTextViewAppearance;
- + (void)configTabBarController;
- @end
|