aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/fwd.h
blob: 975a034eb23da14e428803befa6378d93fc456f8 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

namespace NSc {
    class TValue;
    class TDict;
    class TArray;
}