瀏覽代碼

remove demo project warning

ibireme 9 年之前
父節點
當前提交
09f1e67ff8
共有 1 個文件被更改,包括 0 次插入7 次删除
  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:]).