#ifndef _API_KEYS_H
#define API_KEYS_H

char *get_api_key();
char *get_api_secret();
char *get_twishort_api_key();

#endif