'End Interface' must be preceded by a matching 'Interface'
An End Interface statement occurs without a corresponding Interface statement. End Interface must be preceded by a corresponding Interface statement.
Error ID: BC30252
To correct this error
Check to see if a preceding Interface statement is misspelled or otherwise invalid.
Ensure that the Interface members are correctly formatted.