16b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa/*
26b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * Copyright (C) 2014 The Android Open Source Project
36b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa *
46b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * Licensed under the Apache License, Version 2.0 (the "License");
56b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * you may not use this file except in compliance with the License.
66b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * You may obtain a copy of the License at
76b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa *
86b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa *      http://www.apache.org/licenses/LICENSE-2.0
96b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa *
106b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * Unless required by applicable law or agreed to in writing, software
116b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * distributed under the License is distributed on an "AS IS" BASIS,
126b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * See the License for the specific language governing permissions and
146b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa * limitations under the License.
156b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa */
166b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa
176b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawapackage android.text;
186b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa
196b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawapublic interface Spanned extends CharSequence {
206b14bbf125f2957ffb3ab5072eb9376981af9a17Yohei Yukawa}
21