All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.weblite.objc.PeerableRecipient Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package ca.weblite.objc;

/**
 * An interface for objects that have an Objective-C peer, and that can
 * be called from objective-C.
 *
 * @author shannah
 * @version $Id: $Id
 * @since 1.1
 */
public interface PeerableRecipient extends Peerable, Recipient {
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy