You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
512 B

//
// FLEXManager+Private.h
// PebbleApp
//
// Created by Javier Soto on 7/26/14.
// Copyright (c) 2014 Pebble Technology. All rights reserved.
//
#import "FLEXManager.h"
@class FLEXGlobalsEntry;
@interface FLEXManager ()
/// An array of FLEXGlobalsEntry objects that have been registered by the user.
@property (nonatomic, readonly) NSArray<FLEXGlobalsEntry *> *userGlobalEntries;
@property (nonatomic, readonly) NSDictionary<NSString *, FLEXCustomContentViewerFuture> *customContentTypeViewers;
@end