15 lines
176 B
C++
15 lines
176 B
C++
//
|
|
// Created by brahmix on 10/21/19.
|
|
//
|
|
|
|
#ifndef MEAR_SHUFFLEREPOSITORY_H
|
|
#define MEAR_SHUFFLEREPOSITORY_H
|
|
|
|
|
|
class ShuffleRepository {
|
|
|
|
};
|
|
|
|
|
|
#endif //MEAR_SHUFFLEREPOSITORY_H
|