MINOR: removed spammable interface

This commit is contained in:
Will Rossiter 2009-02-16 01:44:41 +00:00
parent 64fc90eda6
commit c36ed78758
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<?php
/**
* This interface acts an template for setting up a spam callback class
*/
interface Spamable {
function markAsSpam($form);
function markAsHam($form):
}
?>