Skip to content
Snippets Groups Projects
utils.h 321 B
Newer Older
//
// Created by armin on 16.11.17.
//

#ifndef ROCKETCHATMOBILEPUSHGATEWAY_UTILS_H
#define ROCKETCHATMOBILEPUSHGATEWAY_UTILS_H

#include <string>
#include <iostream>
#include <vector>

namespace utils {
    std::vector<std::string> getSegments(const std::string &pPath);
}


#endif //ROCKETCHATMOBILEPUSHGATEWAY_UTILS_H