17 lines
254 B
C
17 lines
254 B
C
//
|
|
// Support.h
|
|
// filesys
|
|
//
|
|
// Created by Saturneric on 2017/6/30.
|
|
// Copyright © 2017年 Bakantu Eric. All rights reserved.
|
|
//
|
|
|
|
#ifndef Support_h
|
|
#define Support_h
|
|
|
|
#include "List.h"
|
|
#include "ID.h"
|
|
#include "Container.h"
|
|
|
|
#endif /* Support_h */
|