001 /*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005 package org.bridj.objc;
006
007 import org.bridj.NativeObjectInterface;
008
009 /**
010 * Base interface for Objective-C delegates.<br>
011 * @author ochafik
012 */
013 public interface ObjCDelegate extends NativeObjectInterface {
014
015 }