package com.hx.hxchat.interfaces; public interface Control{ void addFriend(int position); }