1c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath/*
2c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * Copyright 2018 The Android Open Source Project
3c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath *
4c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * Licensed under the Apache License, Version 2.0 (the "License");
5c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * you may not use this file except in compliance with the License.
6c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * You may obtain a copy of the License at
7c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath *
8c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath *      http://www.apache.org/licenses/LICENSE-2.0
9c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath *
10c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * Unless required by applicable law or agreed to in writing, software
11c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * distributed under the License is distributed on an "AS IS" BASIS,
12c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * See the License for the specific language governing permissions and
14c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath * limitations under the License.
15c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath */
16c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath
17c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamathpackage androidx.navigation.safe.args.generator.ext
18c981c48f5bc9aefeffc0bcb0cc3934c2fae179ddNarayan Kamath
192b8756b6f1de65d3f8bffab45be6c44ceb7411fcMiao Wangconst val N = "\$N"
202b8756b6f1de65d3f8bffab45be6c44ceb7411fcMiao Wangconst val T = "\$T"
212b8756b6f1de65d3f8bffab45be6c44ceb7411fcMiao Wangconst val S = "\$S"
222b8756b6f1de65d3f8bffab45be6c44ceb7411fcMiao Wang