Эх сурвалжийг харах

remove demo project warning

ibireme 9 жил өмнө
parent
commit
09f1e67ff8

+ 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:]).