# -*- mode: snippet; -*-
# name: interface
# key: interface
# --
interface ${1:InterfaceName} ${2:extends ${3:OtherInterface} }{
    $0
}
