xref: /third_party/gn/examples/ios/shared/hello_shared.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/gn/examples/ios/shared/
16d528ed9Sopenharmony_ci// Copyright 2019 The Chromium Authors. All rights reserved.
26d528ed9Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
36d528ed9Sopenharmony_ci// found in the LICENSE file.
46d528ed9Sopenharmony_ci
56d528ed9Sopenharmony_ci#import <Foundation/Foundation.h>
66d528ed9Sopenharmony_ci
76d528ed9Sopenharmony_ci@interface Greetings : NSObject
86d528ed9Sopenharmony_ci
96d528ed9Sopenharmony_ci+ (NSString*)greet;
106d528ed9Sopenharmony_ci
116d528ed9Sopenharmony_ci+ (NSString*)greetWithName:(NSString*)name;
126d528ed9Sopenharmony_ci
136d528ed9Sopenharmony_ci@end
14

Indexes created Thu Nov 07 10:32:03 CST 2024