blob: 387176f76e25edd59aca99b1a5776dcb2f1e3ce2 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_FLUTTEROBSERVATORYPUBLISHER_H_
#define FLUTTER_FLUTTEROBSERVATORYPUBLISHER_H_
#import <Foundation/Foundation.h>
@interface FlutterObservatoryPublisher : NSObject
@property(nonatomic, readonly) NSURL* url;
@end
#endif // FLUTTER_FLUTTEROBSERVATORYPUBLISHER_H_