blob: 8f977f45b6d69c339472e3b193e97d915d48aceb [file] [log] [blame]
/**
* Copyright (c) 2011, 2019 Mia-Software.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Guyomar (Mia-Software) - Bug 349546 - EMF Facet facetSet editor
*/
package org.eclipse.modisco.facet.efacet.ui.internal.exported.wizard;
public interface ICreateFacetSetWizard {
public int open();
}