//
// P4Reachability.h
// Perforce
//
// Created by Adam Czubernat on 16/01/2014.
// Copyright (c) 2014 Perforce Software, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString * const P4ReachabilityNotification;
@interface P4Reachability : NSObject
+ (BOOL)isConnected;
+ (void)startNotifier;
+ (void)stopNotifier;
@end
# |
Change |
User |
Description |
Committed |
|
#1
|
10691 |
DWishR |
Populate //guest/DWishR/piper/.... |
|
|
//guest/perforce_software/piper/Perforce/Classes/Client/P4Reachability.h |
#1
|
8919 |
Matt Attaway |
Initial add of Piper, a lightweight Perforce client for artists and designers. |
|
|