Instead of "#import <ESTBeacon.h>" in Estimote sdk 2.4 , what to replace in Estimote sdk 3.0

i want to know classes which are replaced in Esimote sdk 3.0

In SDK 3.0, we added an “umbrella header,” i.e., you can now simply say:

#import <EstimoteSDK/EstimoteSDK.h>

… and it will import all the necessary headers itself.

instead of ESTBeaconDelegate, what we have to use in Estimote sdk 3.0?

For connecting to the beacon? ESTBeaconConnectionDelegate.