Sign in

iOS Team / CNLiveBaseKitSDK · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveBaseKitSDK
  • CNLiveBaseKit.framework
  • Headers
  • NSString+CNLiveExtension.h
  • 更新CNLiveBaseKit framework
    46c46dd2
    张旭 authored
    2018-12-03 20:50:32 +0800  
    Browse Code »
NSString+CNLiveExtension.h 259 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  NSString+CNLiveExtension.h
//  CNLiveCommonCategory
//
//  Created by 张旭 on 2018/9/26.
//  Copyright © 2018年 cnlive. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSString (CNLiveExtension)

- (BOOL)isEmptyString;

@end