Common/AAPLFleeScene.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Demonstrates flee behavior. Click (OS X) or touch (iOS) and drag; the white agent follows the mouse/touch location, and the red agent avoids the white agent.
 */
 
#import "AAPLGameScene.h"
 
@interface AAPLFleeScene : AAPLGameScene
@end