FLEXManager+Private.h 377 B

1234567891011121314151617
  1. //
  2. // FLEXManager+Private.h
  3. // PebbleApp
  4. //
  5. // Created by Javier Soto on 7/26/14.
  6. // Copyright (c) 2014 Pebble Technology. All rights reserved.
  7. //
  8. #import "FLEXManager.h"
  9. @interface FLEXManager ()
  10. /// An array of FLEXGlobalsTableViewControllerEntry objects that have been registered by the user.
  11. @property (nonatomic, readonly, strong) NSArray *userGlobalEntries;
  12. @end