'Interface' must end with a matching 'End Interface'
An Interface statement occurs without a corresponding End Interface statement. You must use an End Interface statement to end the interface definition.
Error ID: BC30253
To correct this error
Check that the Interface members are correctly formatted.
Add an End Interface statement tot the end of the interface definition.