@protocol ISLivePhotoSettleBehaviorDelegate; @interface ISLivePhotoSettleBehavior : ISBehavior @property (weak, nonatomic) id delegate; - (void)_didFinish; - (long long)behaviorType; - (void)settle:(BOOL)a0; @end