blob: 0107e65de9dae9b4d6755ef934b469d3b0b0499a [file] [log] [blame]
interface Factory {
Product create();
}