public abstract global::UIKit.UIImage EmojiKeyboardViewNonSelected(AGEmojiKeyboardView emojiKeyboardView, AGEmojiKeyboardViewCategoryImage category);
 public global::UIKit.UIImage EmojiKeyboardViewNonSelected(AGEmojiKeyboardView emojiKeyboardView, AGEmojiKeyboardViewCategoryImage category)
 {
     if (emojiKeyboardView == null)
     {
         throw new ArgumentNullException("emojiKeyboardView");
     }
     if (IntPtr.Size == 8)
     {
         return(Runtime.GetNSObject <global::UIKit.UIImage> (global::ApiDefinitions.Messaging.IntPtr_objc_msgSend_IntPtr_Int64(this.Handle, Selector.GetHandle("emojiKeyboardViewNonSelected:imageForNonSelectedCategory:"), emojiKeyboardView.Handle, (Int64)category)));
     }
     else
     {
         return(Runtime.GetNSObject <global::UIKit.UIImage> (global::ApiDefinitions.Messaging.IntPtr_objc_msgSend_IntPtr_int(this.Handle, Selector.GetHandle("emojiKeyboardViewNonSelected:imageForNonSelectedCategory:"), emojiKeyboardView.Handle, (int)category)));
     }
 }