Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/js/neochan/postform.ts

12 lines
122 B
TypeScript
Raw Normal View History

2016-10-18 18:32:00 +05:00
import { Init } from "./common"
export class Postform implements Init
{
initialize(elem : any) {
}
}