16 lines
225 B
C
16 lines
225 B
C
//
|
|
// company.h
|
|
// FemMonitor
|
|
//
|
|
// Created by James Shiffer on 3/22/21.
|
|
// Copyright © 2021 FemboyFinancial. All rights reserved.
|
|
//
|
|
|
|
#ifndef company_h
|
|
#define company_h
|
|
|
|
#include <curl/curl.h>
|
|
|
|
|
|
#endif /* company_h */
|