giftWillSend method

GiftEntityProtocol giftWillSend(
  1. GiftEntityProtocol gift
)

gift will send, you can customize the gift

Implementation

GiftEntityProtocol giftWillSend(GiftEntityProtocol gift) {
  return gift;
}