//
//  Utils.h
//  RNDynamicSplash
//
//  Created by mt on 2018/5/20.
//  Copyright © 2018年 mt. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Utils : NSObject

+ (BOOL)isBlankString:(NSString *)str;

@end
