1 package com.apple.cocoa.foundation;2 3 public class NSDictionary extends NSObject implements NSCoding4 {5 public native Object objectForKey(Object o);6 }7