iface2.cpp 56 B

1234567
  1. #include "iface2.h"
  2. int Iface2::foo()
  3. {
  4. return 0;
  5. }