pragma solidity ^0.4.21; interface Face { function stare(uint a, uint b) external; function cry() external; }