Explorar o código

remove demo project warning

ibireme %!s(int64=9) %!d(string=hai) anos
pai
achega
09f1e67ff8
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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:]).