-ifndef(PHONE_HRL). -define(PHONE_HRL, "phone_hrl"). -record(phone, {number = [], auth = [] }). -endif.