Browse Source

remove demo project warning

ibireme 9 years ago
parent
commit
09f1e67ff8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      Demo/YYTextDemo/NSString+YYAdd.h

+ 0 - 7
Demo/YYTextDemo/NSString+YYAdd.h

@@ -250,13 +250,6 @@
  */
 - (NSRange)rangeOfAll;
 
-/**
- Returns an NSDictionary/NSArray which is decoded from receiver.
- Returns nil if an error occurs.
- 
- e.g. NSString: @"{"name":"a","count":2}"  => NSDictionary: @[@"name":@"a",@"count":@2]
- */
-- (id)jsonValueDecoded;
 
 /**
  Create a string from the file in main bundle (similar to [UIImage imageNamed:]).