Esempio n. 1
0
 public static AnyObject JSONObjectWithStream(NSInputStream stream, NSJSONReadingOptions options, NSErrorPointer error)
 {
     return(default(AnyObject));
 }
Esempio n. 2
0
 public static AnyObject JSONObjectWithData(NSData data, NSJSONReadingOptions options, NSErrorPointer error)
 {
     return(default(AnyObject));
 }