Subversion Repositories eFlore/Applications.del

Rev

Blame | Last modification | View Log | RSS feed

package org.tela_botanica.del.client.services.rest.async;

public abstract class AjoutMotsClesImageCallback extends PHPCallback<Void> {
        @Override
        public Void parserJSON(String retourService) {
                return null;
        }
}